mirror of
https://github.com/boostorg/detail.git
synced 2025-08-02 22: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 <exception> // for exception, bad_exception
|
||||||
#include <stdexcept> // for std exception hierarchy
|
#include <stdexcept> // for std exception hierarchy
|
||||||
#include <boost/cstdlib.hpp> // for exit codes
|
#include <boost/cstdlib.hpp> // for exit codes
|
||||||
# if __GNUC__ != 2 || __GNUC_MINOR__ > 95
|
# if __GNUC__ != 2 || __GNUC_MINOR__ > 96
|
||||||
# include <ostream> // for ostream
|
# include <ostream> // for ostream
|
||||||
# else
|
# else
|
||||||
# include <iostream> // workaround GNU missing ostream header
|
# include <iostream> // workaround GNU missing ostream header
|
||||||
|
Reference in New Issue
Block a user