Boost logo

Boost-Commit :

From: technews_at_[hidden]
Date: 2008-01-25 00:41:17


Author: turkanis
Date: 2008-01-25 00:41:16 EST (Fri, 25 Jan 2008)
New Revision: 42961
URL: http://svn.boost.org/trac/boost/changeset/42961

Log:
fixed Ticket 1140
Text files modified:
   branches/iostreams_dev/boost/iostreams/detail/streambuf/linked_streambuf.hpp | 5 ++---
   1 files changed, 2 insertions(+), 3 deletions(-)

Modified: branches/iostreams_dev/boost/iostreams/detail/streambuf/linked_streambuf.hpp
==============================================================================
--- branches/iostreams_dev/boost/iostreams/detail/streambuf/linked_streambuf.hpp (original)
+++ branches/iostreams_dev/boost/iostreams/detail/streambuf/linked_streambuf.hpp 2008-01-25 00:41:16 EST (Fri, 25 Jan 2008)
@@ -32,9 +32,8 @@
     using base::setg; using base::gbump; using base::pbase; \
     using base::pptr; using base::epptr; using base::setp; \
     using base::pbump; using base::underflow; using base::pbackfail; \
- using base::xsgetn; using base::overflow; using base::sputc; \
- using base::xsputn; using base::sync; using base::seekoff; \
- using base::seekpos; \
+ using base::xsgetn; using base::overflow; using base::xsputn; \
+ using base::sync; using base::seekoff; using base::seekpos; \
     /**/
 
 template<typename Ch, typename Tr = BOOST_IOSTREAMS_CHAR_TRAITS(Ch) >


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