Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r86073 - trunk/boost/detail
From: steveire_at_[hidden]
Date: 2013-09-30 12:00:29


Author: skelly
Date: 2013-09-30 12:00:29 EDT (Mon, 30 Sep 2013)
New Revision: 86073
URL: http://svn.boost.org/trac/boost/changeset/86073

Log:
Exception: Remove obsolete GCC version check.

Text files modified:
   trunk/boost/detail/catch_exceptions.hpp | 6 +-----
   1 files changed, 1 insertions(+), 5 deletions(-)

Modified: trunk/boost/detail/catch_exceptions.hpp
==============================================================================
--- trunk/boost/detail/catch_exceptions.hpp Mon Sep 30 12:00:14 2013 (r86072)
+++ trunk/boost/detail/catch_exceptions.hpp 2013-09-30 12:00:29 EDT (Mon, 30 Sep 2013) (r86073)
@@ -24,11 +24,7 @@
 #include <exception> // for exception, bad_exception
 #include <stdexcept> // for std exception hierarchy
 #include <boost/cstdlib.hpp> // for exit codes
-# if __GNUC__ != 2 || __GNUC_MINOR__ > 96
-# include <ostream> // for ostream
-# else
-# include <iostream> // workaround GNU missing ostream header
-# endif
+#include <ostream> // for ostream
 
 # if defined(__BORLANDC__) && (__BORLANDC__ <= 0x0551)
 # define BOOST_BUILT_IN_EXCEPTIONS_MISSING_WHAT


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