$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: emil_at_[hidden]
Date: 2008-07-02 17:50:29
Author: emildotchevski
Date: 2008-07-02 17:50:29 EDT (Wed, 02 Jul 2008)
New Revision: 47007
URL: http://svn.boost.org/trac/boost/changeset/47007
Log:
BOOST_NO_TYPEID
Text files modified: 
   trunk/boost/throw_exception.hpp |     4 ++++                                    
   1 files changed, 4 insertions(+), 0 deletions(-)
Modified: trunk/boost/throw_exception.hpp
==============================================================================
--- trunk/boost/throw_exception.hpp	(original)
+++ trunk/boost/throw_exception.hpp	2008-07-02 17:50:29 EDT (Wed, 02 Jul 2008)
@@ -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