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

Modified Files:
        shell_comments_filter.hpp 
Log Message:
Added Kim Barrett's patches that merge the changes from 1.33.1 into cvs HEAD.

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.5
diff -u -d -r1.4 -r1.5
--- shell_comments_filter.hpp   15 Jul 2005 23:55:04 -0000      1.4
+++ shell_comments_filter.hpp   26 May 2007 12:42:44 -0000      1.5
@@ -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

Reply via email to