Opened 11 years ago
Closed 5 years ago
#6329 closed Bugs (duplicate)
boost/format/alt_sstream_impl.hpp encoding problems
Reported by: | Owned by: | Samuel Krempp | |
---|---|---|---|
Milestone: | Boost 1.63.0 | Component: | format |
Version: | Boost 1.48.0 | Severity: | Problem |
Keywords: | Cc: |
Description
BOOST_ASSERT(0); §27.4.3.2 allows undefined-behaviour here
§character will trigger msvc codepage complainment on eastern windows versions so it's better to remove it or save the file using UTF-8.
Change History (1)
comment:1 by , 5 years ago
Milestone: | To Be Determined → Boost 1.63.0 |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Duplicate of #12691