Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r48792 - trunk/boost
From: emil_at_[hidden]
Date: 2008-09-16 00:07:44


Author: emildotchevski
Date: 2008-09-16 00:07:43 EDT (Tue, 16 Sep 2008)
New Revision: 48792
URL: http://svn.boost.org/trac/boost/changeset/48792

Log:
Hopefully properly disabling boost exception integration in throw_exception.hpp for Borland <= 5.9.3
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-16 00:07:43 EDT (Tue, 16 Sep 2008)
@@ -24,7 +24,7 @@
 #include <boost/detail/workaround.hpp>
 #include <exception>
 
-#if !defined( BOOST_EXCEPTION_DISABLE ) && defined( __BORLANDC__ ) && BOOST_WORKAROUND( __BORLANDC__, < 0x590 )
+#if !defined( BOOST_EXCEPTION_DISABLE ) && defined( __BORLANDC__ ) && BOOST_WORKAROUND( __BORLANDC__, <= 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