|
Boost-Commit : |
From: technews_at_[hidden]
Date: 2008-01-07 19:47:58
Author: turkanis
Date: 2008-01-07 19:47:58 EST (Mon, 07 Jan 2008)
New Revision: 42597
URL: http://svn.boost.org/trac/boost/changeset/42597
Log:
applied Gareth Sylvester-Bradley's Dinkumware implementation to IBM Visual Age as well
Text files modified:
branches/iostreams_dev/boost/iostreams/positioning.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/iostreams_dev/boost/iostreams/positioning.hpp
==============================================================================
--- branches/iostreams_dev/boost/iostreams/positioning.hpp (original)
+++ branches/iostreams_dev/boost/iostreams/positioning.hpp 2008-01-07 19:47:58 EST (Mon, 07 Jan 2008)
@@ -38,7 +38,7 @@
inline stream_offset position_to_offset(PosType pos)
{ return std::streamoff(pos); }
-#if ((defined(_YVALS) && !defined(__IBMCPP__)) || defined(_CPPLIB_VER)) && \
+#if (defined(_YVALS) || defined(_CPPLIB_VER)) && \
!defined(__SGI_STL_PORT) && !defined(_STLPORT_VERSION) \
&& !defined(__QNX__) \
/**/
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk