summaryrefslogtreecommitdiff
path: root/boost/detail/catch_exceptions.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/detail/catch_exceptions.hpp')
-rw-r--r--boost/detail/catch_exceptions.hpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/boost/detail/catch_exceptions.hpp b/boost/detail/catch_exceptions.hpp
index b1a3c76b2a..823ebd1e29 100644
--- a/boost/detail/catch_exceptions.hpp
+++ b/boost/detail/catch_exceptions.hpp
@@ -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