From 475f37b9c4946d1418e03e41e0e758f44e50d8e5 Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Wed, 2 Jul 2008 21:50:29 +0000 Subject: [PATCH] BOOST_NO_TYPEID [SVN r47007] --- include/boost/throw_exception.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/boost/throw_exception.hpp b/include/boost/throw_exception.hpp index 6555763..dc468f2 100644 --- a/include/boost/throw_exception.hpp +++ b/include/boost/throw_exception.hpp @@ -24,6 +24,10 @@ #include #include +#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