Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r86036 - trunk/boost
From: steveire_at_[hidden]
Date: 2013-09-29 20:20:56


Author: skelly
Date: 2013-09-29 20:20:56 EDT (Sun, 29 Sep 2013)
New Revision: 86036
URL: http://svn.boost.org/trac/boost/changeset/86036

Log:
Exception: Remove obsolete MSVC version check.

Text files modified:
   trunk/boost/throw_exception.hpp | 4 ----
   1 files changed, 0 insertions(+), 4 deletions(-)

Modified: trunk/boost/throw_exception.hpp
==============================================================================
--- trunk/boost/throw_exception.hpp Sun Sep 29 20:20:43 2013 (r86035)
+++ trunk/boost/throw_exception.hpp 2013-09-29 20:20:56 EDT (Sun, 29 Sep 2013) (r86036)
@@ -35,10 +35,6 @@
 # define BOOST_EXCEPTION_DISABLE
 #endif
 
-#if !defined( BOOST_EXCEPTION_DISABLE ) && defined( BOOST_MSVC ) && BOOST_WORKAROUND( BOOST_MSVC, < 1310 )
-# define BOOST_EXCEPTION_DISABLE
-#endif
-
 #if !defined( BOOST_EXCEPTION_DISABLE )
 # include <boost/exception/exception.hpp>
 #if !defined(BOOST_THROW_EXCEPTION_CURRENT_FUNCTION)


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