mirror of
https://github.com/boostorg/core.git
synced 2025-05-11 13:13:55 +00:00
Disable C4577 in no_exceptions_support_test.cpp
This commit is contained in:
parent
e44781e290
commit
a581a42c4f
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user