Opened 6 years ago
#12458 new Bugs
Boost should use /utf8 compiler option for Visual C++ builds
Reported by: | Owned by: | ||
---|---|---|---|
Milestone: | To Be Determined | Component: | Building Boost |
Version: | Boost 1.61.0 | Severity: | Problem |
Keywords: | Cc: |
Description
This prevents non-ascii and non-utf8 encoded characters to sneak into the source code of modules. Preventing this helps library users that compile with /utf8 to avoid a C4828 warning from the cl compiler.
Note:
See TracTickets
for help on using tickets.