Disable C4577 in no_exceptions_support_test.cpp

This commit is contained in:
Peter Dimov 2021-11-01 02:50:16 +02:00
parent e44781e290
commit a581a42c4f

View File

@ -10,6 +10,7 @@
#if defined(_MSC_VER)
# pragma warning(disable: 4530) // C++ exception handler used
# pragma warning(disable: 4577) // noexcept used without /EHsc
#endif
#include <boost/core/no_exceptions_support.hpp>