Update of /cvsroot/boost/boost/libs/iostreams/test
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv3406/libs/iostreams/test

Modified Files:
      Tag: RC_1_34_0
        offset_test.cpp restrict_test.cpp 
Log Message:
Applied Kim Barret's patches to bring the iostreams library into line with 
133.1: http://svn.boost.org/trac/boost/ticket/971

Index: offset_test.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/iostreams/test/offset_test.cpp,v
retrieving revision 1.4
retrieving revision 1.4.4.1
diff -u -d -r1.4 -r1.4.4.1
--- offset_test.cpp     20 May 2005 04:10:40 -0000      1.4
+++ offset_test.cpp     23 May 2007 08:27:32 -0000      1.4.4.1
@@ -109,7 +109,7 @@
     { return boost::iostreams::put(s, (char) std::tolower(c)); }
 
     template<typename Sink>
-    stream_offset seek(Sink& s, stream_offset off, BOOST_IOS::seekdir way)
+    std::streampos seek(Sink& s, stream_offset off, BOOST_IOS::seekdir way)
     { return boost::iostreams::seek(s, off, way); }
 };
 

Index: restrict_test.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/iostreams/test/restrict_test.cpp,v
retrieving revision 1.1
retrieving revision 1.1.4.1
diff -u -d -r1.1 -r1.1.4.1
--- restrict_test.cpp   26 May 2005 08:59:04 -0000      1.1
+++ restrict_test.cpp   23 May 2007 08:27:32 -0000      1.1.4.1
@@ -112,7 +112,7 @@
     { return boost::iostreams::put(s, (char) std::tolower(c)); }
 
     template<typename Sink>
-    stream_offset seek(Sink& s, stream_offset off, BOOST_IOS::seekdir way)
+    std::streampos seek(Sink& s, stream_offset off, BOOST_IOS::seekdir way)
     { return boost::iostreams::seek(s, off, way); }
 };
 


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to