forked from boostorg/throw_exception
Exception: Remove obsolete MSVC version check.
[SVN r86036]
This commit is contained in:
committed by
Peter Dimov
parent
24fd7039a1
commit
ec6bce5618
@ -35,10 +35,6 @@
|
||||
# define BOOST_EXCEPTION_DISABLE
|
||||
#endif
|
||||
|
||||
#if !defined( BOOST_EXCEPTION_DISABLE ) && defined( BOOST_MSVC ) && BOOST_WORKAROUND( BOOST_MSVC, < 1310 )
|
||||
# define BOOST_EXCEPTION_DISABLE
|
||||
#endif
|
||||
|
||||
#if !defined( BOOST_EXCEPTION_DISABLE )
|
||||
# include <boost/exception/exception.hpp>
|
||||
#if !defined(BOOST_THROW_EXCEPTION_CURRENT_FUNCTION)
|
||||
|
Reference in New Issue
Block a user