Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r48860 - trunk/boost
From: emil_at_[hidden]
Date: 2008-09-18 20:09:47


Author: emildotchevski
Date: 2008-09-18 20:09:47 EDT (Thu, 18 Sep 2008)
New Revision: 48860
URL: http://svn.boost.org/trac/boost/changeset/48860

Log:
#defined BOOST_EXCEPTION_DISABLE on any BCC until workarounds are found for the tests in libs/exception/test.
Text files modified:
   trunk/boost/throw_exception.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/boost/throw_exception.hpp
==============================================================================
--- trunk/boost/throw_exception.hpp (original)
+++ trunk/boost/throw_exception.hpp 2008-09-18 20:09:47 EDT (Thu, 18 Sep 2008)
@@ -24,7 +24,7 @@
 #include <boost/detail/workaround.hpp>
 #include <exception>
 
-#if !defined( BOOST_EXCEPTION_DISABLE ) && defined( __BORLANDC__ ) && BOOST_WORKAROUND( __BORLANDC__, <= 0x593 )
+#if !defined( BOOST_EXCEPTION_DISABLE ) && defined( __BORLANDC__ ) && BOOST_WORKAROUND( __BORLANDC__, BOOST_TESTED_AT(0x593) )
 # define BOOST_EXCEPTION_DISABLE
 #endif
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk