Revert "Exception: Remove obsolete MSVC version check."

This reverts commit 73687f1f0f.
This commit is contained in:
Peter Dimov
2014-06-03 02:16:08 +03:00
parent 4edba2f8be
commit 29b0b87b6a

View File

@ -35,6 +35,10 @@
# 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)