Re: [Boost-bugs] [Boost C++ Libraries] #3723: gzip_docompressor error - basic_array_source no putback member

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #3723: gzip_docompressor error - basic_array_source no putback member
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-03-08 19:28:30


#3723: gzip_docompressor error - basic_array_source no putback member
--------------------------+-------------------------------------------------
 Reporter: jose | Owner: turkanis
     Type: Bugs | Status: new
Milestone: Boost 1.43.0 | Component: iostreams
  Version: Boost 1.41.0 | Severity: Showstopper
 Keywords: |
--------------------------+-------------------------------------------------
Changes (by danieljames):

  * milestone: Boost 1.42.0 => Boost 1.43.0

Comment:

 The problem is that the 'peekable' interface doesn't just peek at a
 character, it lets you put back a different character, modifying the
 source array, which is read only according to
 [http://www.boost.org/doc/libs/1_42_0/libs/iostreams/doc/index.html the
 documentation] (it probably should take a `const` reference, but that's
 another matter). Did you test my patch with your code?

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/3723#comment:5>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:02 UTC