Super simple patch, essentially:

diff --git a/include/__config b/include/__config
index 21f7dce..8532304 100644
--- a/include/__config
+++ b/include/__config
@@ -215,7 +215,7 @@
 #define _LIBCPP_HAS_NO_TEMPLATE_ALIASES
 #endif

-#ifndef __GXX_EXPERIMENTAL_CXX0X__
+#if __cplusplus >= 201103L
 #ifdef __linux__
 #define _LIBCPP_HAS_NO_UNICODE_CHARS
 #else

If folks are relying on the 0x behavior (as opposed to the 11 behavior) I
could find a feature test to use instead.
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to