18 Nov
2014
18 Nov
'14
8:03 p.m.
On Tue, Nov 18, 2014 at 2:16 PM, Antony Polukhin
2014-11-18 19:04 GMT+03:00 Beman Dawes
: <...> BOOST_NO_CXX11_CHAR16_T [no value] BOOST_NO_CXX11_CHAR32_T [no value]
This two bother me. Are char16_t and char32_t really new types or just typedefs (like it was with wchar_t)?
As STL said, they are real types in the 14.0 preview. I ran a specific test to verify this, as the distinction between real types an typedefs is important to some code I'm working on. --Beman