forked from boostorg/range
iostream macro patch
[SVN r41180]
This commit is contained in:
@ -29,11 +29,13 @@
|
|||||||
#include <boost/assert.hpp>
|
#include <boost/assert.hpp>
|
||||||
#include <iterator>
|
#include <iterator>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#ifndef BOOST_OLD_IOSTREAMS
|
#ifndef _STLP_NO_IOSTREAMS
|
||||||
# include <ostream>
|
# ifndef BOOST_OLD_IOSTREAMS
|
||||||
#else
|
# include <ostream>
|
||||||
# include <ostream.h>
|
# else
|
||||||
#endif
|
# include <ostream.h>
|
||||||
|
# endif
|
||||||
|
#endif // _STLP_NO_IOSTREAMS
|
||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
|
|
||||||
#if BOOST_WORKAROUND(BOOST_MSVC, == 1310) || BOOST_WORKAROUND(BOOST_MSVC, == 1400)
|
#if BOOST_WORKAROUND(BOOST_MSVC, == 1310) || BOOST_WORKAROUND(BOOST_MSVC, == 1400)
|
||||||
@ -396,7 +398,8 @@ namespace boost
|
|||||||
|
|
||||||
// iterator range free-standing operators ---------------------------//
|
// iterator range free-standing operators ---------------------------//
|
||||||
|
|
||||||
#ifndef BOOST_OLD_IOSTREAMS
|
#ifndef _STLP_NO_IOSTREAMS
|
||||||
|
# ifndef BOOST_OLD_IOSTREAMS
|
||||||
|
|
||||||
//! iterator_range output operator
|
//! iterator_range output operator
|
||||||
/*!
|
/*!
|
||||||
@ -415,7 +418,7 @@ namespace boost
|
|||||||
return Os;
|
return Os;
|
||||||
}
|
}
|
||||||
|
|
||||||
#else
|
# else
|
||||||
|
|
||||||
//! iterator_range output operator
|
//! iterator_range output operator
|
||||||
/*!
|
/*!
|
||||||
@ -431,7 +434,8 @@ namespace boost
|
|||||||
return Os;
|
return Os;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
# endif
|
||||||
|
#endif // _STLP_NO_IOSTREAMS
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////
|
||||||
// comparison operators
|
// comparison operators
|
||||||
|
Reference in New Issue
Block a user