This commit is contained in:
Emil Dotchevski
2016-05-31 14:46:13 -07:00
parent c57eefbf42
commit 1afb7e0372

View File

@ -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"