Bug in type_info.hpp

[SVN r48634]
This commit is contained in:
Emil Dotchevski
2014-06-03 01:49:22 +03:00
committed by Peter Dimov
parent 1c31400c0a
commit 92d96f1aa4
-4
View File
@@ -24,10 +24,6 @@
#include <boost/detail/workaround.hpp>
#include <exception>
#if !defined( BOOST_EXCEPTION_DISABLE )
#define BOOST_EXCEPTION_DISABLE
#endif
#if !defined( BOOST_EXCEPTION_DISABLE ) && defined( __BORLANDC__ ) && BOOST_WORKAROUND( __BORLANDC__, < 0x590 )
# define BOOST_EXCEPTION_DISABLE
#endif