forked from boostorg/throw_exception
Bug in type_info.hpp
[SVN r48634]
This commit is contained in:
committed by
Peter Dimov
parent
1c31400c0a
commit
92d96f1aa4
@ -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
|
||||
|
Reference in New Issue
Block a user