summaryrefslogtreecommitdiffstats
path: root/libcxx
diff options
context:
space:
mode:
authorStephan T. Lavavej <stl@exchange.microsoft.com>2018-05-11 23:57:32 +0000
committerStephan T. Lavavej <stl@exchange.microsoft.com>2018-05-11 23:57:32 +0000
commit79a736136772fab259f5e28ff2581fd37f97e43f (patch)
treebd9252e86fd01a815a08878ddedd77113fa86f21 /libcxx
parentd8f7b0b5d59ca257e10f4cc0966847e8aebea730 (diff)
downloadbcm5719-llvm-79a736136772fab259f5e28ff2581fd37f97e43f.tar.gz
bcm5719-llvm-79a736136772fab259f5e28ff2581fd37f97e43f.zip
[libcxx] [test] Update msvc_stdlib_force_include.hpp.
llvm-svn: 332159
Diffstat (limited to 'libcxx')
-rw-r--r--libcxx/test/support/msvc_stdlib_force_include.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/libcxx/test/support/msvc_stdlib_force_include.hpp b/libcxx/test/support/msvc_stdlib_force_include.hpp
index d9995f7bfdf..232f522e387 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
OpenPOWER on IntegriCloud