Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r62824 - trunk/boost/exception
From: nielsdekker_at_[hidden]
Date: 2010-06-11 19:01:31


Author: niels_dekker
Date: 2010-06-11 19:01:31 EDT (Fri, 11 Jun 2010)
New Revision: 62824
URL: http://svn.boost.org/trac/boost/changeset/62824

Log:
Removed #include <boost/detail/workaround.hpp> from exception.hpp, requested by Emil, see #4068.
Text files modified:
   trunk/boost/exception/exception.hpp | 4 +---
   1 files changed, 1 insertions(+), 3 deletions(-)

Modified: trunk/boost/exception/exception.hpp
==============================================================================
--- trunk/boost/exception/exception.hpp (original)
+++ trunk/boost/exception/exception.hpp 2010-06-11 19:01:31 EDT (Fri, 11 Jun 2010)
@@ -12,8 +12,6 @@
 #pragma warning(push,1)
 #endif
 
-#include <boost/detail/workaround.hpp>
-
 namespace
 boost
     {
@@ -222,7 +220,7 @@
             ;
 
 #if (defined(__MWERKS__) && __MWERKS__<=0x3207) || (defined(_MSC_VER) && _MSC_VER<=1310) || \
- BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x621))
+ defined(__BORLANDC__) // Tested at Embarcadero/CodeGear C++ version 6.21.
         public:
 #else
         private:


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