mirror of
https://github.com/boostorg/detail.git
synced 2025-07-31 21:04:27 +02:00
changed include guard for missing ostream to include g++ 2.96 (had been
set for 2.95 and lower) [SVN r10298]
This commit is contained in:
@@ -24,7 +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__ > 95
|
||||
# if __GNUC__ != 2 || __GNUC_MINOR__ > 96
|
||||
# include <ostream> // for ostream
|
||||
# else
|
||||
# include <iostream> // workaround GNU missing ostream header
|
||||
|
Reference in New Issue
Block a user