Opened 9 years ago
#8520 new Bugs
tuples set_delimiter and Unicode
Reported by: | Owned by: | Joel de Guzman | |
---|---|---|---|
Milestone: | To Be Determined | Component: | tuple |
Version: | Boost 1.53.0 | Severity: | Problem |
Keywords: | Cc: |
Description
set_delimiter does not work with unicode characters, e.g.:
boost::tuples::set_delimiter(L',');
tuple_io.hpp(203): warning C4244: 'argument' : conversion from 'const wchar_t' to 'const char', possible loss of data
Note:
See TracTickets
for help on using tickets.