forked from boostorg/exception
Ticket #12230
This commit is contained in:
@ -10,6 +10,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#if defined(_MSC_VER) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
|
#if defined(_MSC_VER) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
|
||||||
#pragma warning(push,1)
|
#pragma warning(push,1)
|
||||||
|
#pragma warning(disable:4996)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "boost/exception/info.hpp"
|
#include "boost/exception/info.hpp"
|
||||||
|
Reference in New Issue
Block a user