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