From: Stephan T. Lavavej Date: Fri, 11 May 2018 23:57:32 +0000 (+0000) Subject: [libcxx] [test] Update msvc_stdlib_force_include.hpp. X-Git-Tag: llvmorg-7.0.0-rc1~6177 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=79a736136772fab259f5e28ff2581fd37f97e43f;p=platform%2Fupstream%2Fllvm.git [libcxx] [test] Update msvc_stdlib_force_include.hpp. llvm-svn: 332159 --- 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