18 Nov
2014
18 Nov
'14
7:33 p.m.
[Beman Dawes]
BOOST_NO_CXX11_CHAR16_T [no value] BOOST_NO_CXX11_CHAR32_T [no value]
[Antony Polukhin]
This two bother me. Are char16_t and char32_t really new types or just typedefs (like it was with wchar_t)?
They're real types in 2015 Preview, with no compiler options to select otherwise. The STL previously provided fake typedefs, for which I'm very, *very* sorry. STL