Update of /cvsroot/boost/boost/libs/iostreams/example
In directory
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv3406/libs/iostreams/example
Modified Files:
Tag: RC_1_34_0
shell_comments_filter.hpp
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: shell_comments_filter.hpp
===================================================================
RCS file:
/cvsroot/boost/boost/libs/iostreams/example/shell_comments_filter.hpp,v
retrieving revision 1.4
retrieving revision 1.4.4.1
diff -u -d -r1.4 -r1.4.4.1
--- shell_comments_filter.hpp 15 Jul 2005 23:55:04 -0000 1.4
+++ shell_comments_filter.hpp 23 May 2007 08:27:31 -0000 1.4.4.1
@@ -141,8 +141,8 @@
return iostreams::put(dest, c);
}
- template<typename Source>
- void close(Source&, BOOST_IOS::openmode) { skip_ = false; }
+ template<typename Device>
+ void close(Device&, BOOST_IOS::openmode) { skip_ = false; }
private:
char comment_char_;
bool skip_;
-------------------------------------------------------------------------
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