Update of /cvsroot/boost/boost/boost/iostreams/detail/streambuf
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv9789
Modified Files:
Tag: RC_1_34_0
indirect_streambuf.hpp
Log Message:
Added a missing const specifier.
Index: indirect_streambuf.hpp
===================================================================
RCS file:
/cvsroot/boost/boost/boost/iostreams/detail/streambuf/indirect_streambuf.hpp,v
retrieving revision 1.26
retrieving revision 1.26.6.1
diff -u -d -r1.26 -r1.26.6.1
--- indirect_streambuf.hpp 7 Jul 2005 13:03:06 -0000 1.26
+++ indirect_streambuf.hpp 16 Feb 2007 17:49:38 -0000 1.26.6.1
@@ -58,7 +58,7 @@
indirect_streambuf();
void open(const T& t BOOST_IOSTREAMS_PUSH_PARAMS());
- bool is_open();
+ bool is_open() const;
void close();
bool auto_close() const;
void set_auto_close(bool close);
@@ -189,7 +189,7 @@
}
template<typename T, typename Tr, typename Alloc, typename Mode>
-inline bool indirect_streambuf<T, Tr, Alloc, Mode>::is_open()
+inline bool indirect_streambuf<T, Tr, Alloc, Mode>::is_open() const
{ return (flags_ & f_open) != 0; }
template<typename T, typename Tr, typename Alloc, typename Mode>
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs