
21 Jul
2011
21 Jul
'11
9:35 p.m.
On 07/21/2011 04:58 PM, Beman Dawes wrote:
But consider this... The two most widely used compilers, GCC and VC++, are already shipping with char16_t and char32_t in the global namespace. GCC via actual keywords, VC++ via typedefs. So other compilers are bound to soon follow. Thus it seems a bit of a detour for boost to introduce boost::char16_t/boost::char32_t.
Note that you can't have boost::char16_t, since char16_t is a keyword.