[libcxx] [test] Update msvc_stdlib_force_include.hpp.

llvm-svn: 332159
This commit is contained in:
Stephan T. Lavavej 2018-05-11 23:57:32 +00:00
parent d8f7b0b5d5
commit 79a7361367
1 changed files with 0 additions and 4 deletions

View File

@ -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