iostream macro patch

[SVN r41180]
This commit is contained in:
Thorsten Jørgen Ottosen
2007-11-17 21:19:13 +00:00
parent dd1459f221
commit 637dc618d1

View File

@ -29,11 +29,13 @@
#include <boost/assert.hpp> #include <boost/assert.hpp>
#include <iterator> #include <iterator>
#include <algorithm> #include <algorithm>
#ifndef _STLP_NO_IOSTREAMS
# ifndef BOOST_OLD_IOSTREAMS # ifndef BOOST_OLD_IOSTREAMS
# include <ostream> # include <ostream>
# else # else
# include <ostream.h> # include <ostream.h>
# endif # 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,6 +398,7 @@ namespace boost
// iterator range free-standing operators ---------------------------// // iterator range free-standing operators ---------------------------//
#ifndef _STLP_NO_IOSTREAMS
# ifndef BOOST_OLD_IOSTREAMS # ifndef BOOST_OLD_IOSTREAMS
//! iterator_range output operator //! iterator_range output operator
@ -432,6 +435,7 @@ namespace boost
} }
# endif # endif
#endif // _STLP_NO_IOSTREAMS
///////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////
// comparison operators // comparison operators