BOOST_NO_TYPEID

[SVN r47007]
This commit is contained in:
Emil Dotchevski
2008-07-02 21:50:29 +00:00
parent d0febca84b
commit 475f37b9c4

View File

@ -24,6 +24,10 @@
#include <boost/detail/workaround.hpp>
#include <exception>
#if !defined( BOOST_EXCEPTION_DISABLE ) && defined( BOOST_NO_TYPEID )
# define BOOST_EXCEPTION_DISABLE
#endif
#if !defined( BOOST_EXCEPTION_DISABLE ) && defined( __BORLANDC__ ) && BOOST_WORKAROUND( __BORLANDC__, < 0x590 )
# define BOOST_EXCEPTION_DISABLE
#endif