mirror of
https://github.com/boostorg/throw_exception.git
synced 2026-04-28 18:02:10 +02:00
Disable warning 4530
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
#if defined(_MSC_VER)
|
||||
# pragma warning(disable: 4702) // unreachable code
|
||||
# pragma warning(disable: 4577) // noexcept used without /EHsc
|
||||
# pragma warning(disable: 4530) // C++ exception handler used
|
||||
#endif
|
||||
|
||||
//#include <boost/exception_ptr.hpp>
|
||||
|
||||
Reference in New Issue
Block a user