Hi Everyone

This patch makes this file more friendly for MSVC and g++.

For non MSVC platforms there is no intended functionality change but it
does contain changes to make implicit conversion to bool explicit and
it disables a warning for g++ that it seems should have been disabled but
wasn't working before.

For MSVC this patch removes a number of warnings that get shown by default
and it also enables some code somewhat inefficiently for MSVC because the
efficient solution for other platforms would not compile with MSVC. I've
noted it with a fix me and will return to test this file once libcxx can be
fully built and run by msvc which I hope will be next week.

Attachment: locale.cpp.diff
Description: Binary data

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to