瀏覽代碼

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 7 年之前
父節點
當前提交
ad7e93552d
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
 
-#ifdef _LIBCXX_UNDERLYING_TYPE
+#ifdef _LIBCPP_UNDERLYING_TYPE
 typedef underlying_type<launch>::type __launch_underlying_type;
 #else
 typedef int __launch_underlying_type;