mirror of
https://github.com/boostorg/core.git
synced 2025-07-30 04:47:24 +02:00
Disable C4577 in no_exceptions_support_test.cpp
This commit is contained in:
@ -10,6 +10,7 @@
|
|||||||
|
|
||||||
#if defined(_MSC_VER)
|
#if defined(_MSC_VER)
|
||||||
# pragma warning(disable: 4530) // C++ exception handler used
|
# pragma warning(disable: 4530) // C++ exception handler used
|
||||||
|
# pragma warning(disable: 4577) // noexcept used without /EHsc
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <boost/core/no_exceptions_support.hpp>
|
#include <boost/core/no_exceptions_support.hpp>
|
||||||
|
Reference in New Issue
Block a user