We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37b881a commit 9aaba9dCopy full SHA for 9aaba9d
libcxx/test/support/msvc_stdlib_force_include.h
@@ -69,6 +69,9 @@ const AssertionDialogAvoider assertion_dialog_avoider{};
69
// Restore features that are removed in C++20.
70
#define _HAS_FEATURES_REMOVED_IN_CXX20 1
71
72
+ // Silence warnings about the unspecified complex<non-floating-point>
73
+ #define _SILENCE_NONFLOATING_COMPLEX_DEPRECATION_WARNING
74
+
75
// Silence warnings about features that are deprecated in non-default language modes.
76
#define _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS
77
#define _SILENCE_ALL_CXX20_DEPRECATION_WARNINGS
0 commit comments