From 79a736136772fab259f5e28ff2581fd37f97e43f Mon Sep 17 00:00:00 2001 From: "Stephan T. Lavavej" Date: Fri, 11 May 2018 23:57:32 +0000 Subject: [PATCH] [libcxx] [test] Update msvc_stdlib_force_include.hpp. llvm-svn: 332159 --- libcxx/test/support/msvc_stdlib_force_include.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libcxx/test/support/msvc_stdlib_force_include.hpp b/libcxx/test/support/msvc_stdlib_force_include.hpp index d9995f7..232f522 100644 --- a/libcxx/test/support/msvc_stdlib_force_include.hpp +++ b/libcxx/test/support/msvc_stdlib_force_include.hpp @@ -55,10 +55,6 @@ const AssertionDialogAvoider assertion_dialog_avoider{}; #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 -- 2.7.4