mirror of
https://github.com/boostorg/throw_exception.git
synced 2025-07-17 14:22:16 +02:00
Revert "Exception: Remove obsolete MSVC version check."
This reverts commit ec6bce5618
.
This commit is contained in:
@ -35,6 +35,10 @@
|
|||||||
# define BOOST_EXCEPTION_DISABLE
|
# define BOOST_EXCEPTION_DISABLE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if !defined( BOOST_EXCEPTION_DISABLE ) && defined( BOOST_MSVC ) && BOOST_WORKAROUND( BOOST_MSVC, < 1310 )
|
||||||
|
# define BOOST_EXCEPTION_DISABLE
|
||||||
|
#endif
|
||||||
|
|
||||||
#if !defined( BOOST_EXCEPTION_DISABLE )
|
#if !defined( BOOST_EXCEPTION_DISABLE )
|
||||||
# include <boost/exception/exception.hpp>
|
# include <boost/exception/exception.hpp>
|
||||||
#if !defined(BOOST_THROW_EXCEPTION_CURRENT_FUNCTION)
|
#if !defined(BOOST_THROW_EXCEPTION_CURRENT_FUNCTION)
|
||||||
|
Reference in New Issue
Block a user