Bug in type_info.hpp

[SVN r48634]
This commit is contained in:
Emil Dotchevski
2008-09-06 18:40:02 +00:00
parent 29fc99b378
commit 76380aa2f6
3 changed files with 5 additions and 6 deletions

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