mirror of
https://github.com/boostorg/throw_exception.git
synced 2025-07-15 21:42:05 +02:00
msvc warning workaround, thanks bersbersbers
This commit is contained in:
@ -21,6 +21,7 @@ namespace boost { namespace exception_detail { using boost::shared_ptr; } }
|
||||
#endif
|
||||
#if defined(_MSC_VER) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
|
||||
#pragma warning(push,1)
|
||||
#pragma warning(disable: 4265)
|
||||
#endif
|
||||
|
||||
namespace
|
||||
|
Reference in New Issue
Block a user