Explorar el Código

Fix use of incorrect _LIBCXX macro (should be _LIBCPP).

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@337817 91177308-0d34-0410-b5e6-96231b3b80d8
Eric Fiselier hace 7 años
padre
commit
ad7e93552d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      include/future

+ 1 - 1
include/future

@@ -409,7 +409,7 @@ _LIBCPP_DECLARE_STRONG_ENUM_EPILOG(launch)
 
 
 #ifndef _LIBCPP_HAS_NO_STRONG_ENUMS
 #ifndef _LIBCPP_HAS_NO_STRONG_ENUMS
 
 
-#ifdef _LIBCXX_UNDERLYING_TYPE
+#ifdef _LIBCPP_UNDERLYING_TYPE
 typedef underlying_type<launch>::type __launch_underlying_type;
 typedef underlying_type<launch>::type __launch_underlying_type;
 #else
 #else
 typedef int __launch_underlying_type;
 typedef int __launch_underlying_type;