mirror of
https://github.com/boostorg/core.git
synced 2025-08-02 06:15:21 +02:00
Disable C4530 in no_exceptions_support_test.cpp
This commit is contained in:
@@ -8,6 +8,10 @@
|
|||||||
// http://www.boost.org/LICENSE_1_0.txt
|
// http://www.boost.org/LICENSE_1_0.txt
|
||||||
//
|
//
|
||||||
|
|
||||||
|
#if defined(_MSC_VER)
|
||||||
|
# pragma warning(disable: 4530) // C++ exception handler used
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <boost/core/no_exceptions_support.hpp>
|
#include <boost/core/no_exceptions_support.hpp>
|
||||||
#include <boost/core/quick_exit.hpp>
|
#include <boost/core/quick_exit.hpp>
|
||||||
#include <boost/throw_exception.hpp>
|
#include <boost/throw_exception.hpp>
|
||||||
|
Reference in New Issue
Block a user