[libcxx] r332159 - [libcxx] [test] Update msvc_stdlib_force_include.hpp.

Stephan T. Lavavej via cfe-commits cfe-commits at lists.llvm.org
Fri May 11 16:57:33 PDT 2018


Author: stl_msft
Date: Fri May 11 16:57:32 2018
New Revision: 332159

URL: http://llvm.org/viewvc/llvm-project?rev=332159&view=rev
Log:
[libcxx] [test] Update msvc_stdlib_force_include.hpp.

Modified:
    libcxx/trunk/test/support/msvc_stdlib_force_include.hpp

Modified: libcxx/trunk/test/support/msvc_stdlib_force_include.hpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/support/msvc_stdlib_force_include.hpp?rev=332159&r1=332158&r2=332159&view=diff
==============================================================================
--- libcxx/trunk/test/support/msvc_stdlib_force_include.hpp (original)
+++ libcxx/trunk/test/support/msvc_stdlib_force_include.hpp Fri May 11 16:57:32 2018
@@ -55,10 +55,6 @@ const AssertionDialogAvoider assertion_d
     #define __has_attribute(X) _MSVC_HAS_ATTRIBUTE_ ## X
     #define _MSVC_HAS_ATTRIBUTE_vector_size     0
 
-    #ifdef _NOEXCEPT_TYPES_SUPPORTED
-        #define __cpp_noexcept_function_type    201510
-    #endif // _NOEXCEPT_TYPES_SUPPORTED
-
     // Silence compiler warnings.
     #pragma warning(disable: 4180) // qualifier applied to function type has no meaning; ignored
     #pragma warning(disable: 4324) // structure was padded due to alignment specifier




More information about the cfe-commits mailing list