[cfe-commits] [libcxx] r115612 - /libcxx/trunk/include/__config

Howard Hinnant hhinnant at apple.com
Tue Oct 5 06:38:23 PDT 2010


Author: hhinnant
Date: Tue Oct  5 08:38:23 2010
New Revision: 115612

URL: http://llvm.org/viewvc/llvm-project?rev=115612&view=rev
Log:
Thanks Sebastian\!

Modified:
    libcxx/trunk/include/__config

Modified: libcxx/trunk/include/__config
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/__config?rev=115612&r1=115611&r2=115612&view=diff
==============================================================================
--- libcxx/trunk/include/__config (original)
+++ libcxx/trunk/include/__config Tue Oct  5 08:38:23 2010
@@ -249,7 +249,7 @@
 #define constexpr const
 #endif
 
-#ifndef __has_feature(__x)
+#ifndef __has_feature
 #define __has_feature(__x) 0
 #endif
 





More information about the cfe-commits mailing list