[Boost-bugs] [Boost C++ Libraries] #6929: stream and stream_buffer need const versions of operator-> and operator *

Subject: [Boost-bugs] [Boost C++ Libraries] #6929: stream and stream_buffer need const versions of operator-> and operator *
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-05-22 19:49:21


#6929: stream and stream_buffer need const versions of operator-> and operator *
---------------------------------------------------+------------------------
 Reporter: Igor Lubashev <igorlord@…> | Owner: turkanis
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: iostreams
  Version: Boost 1.49.0 | Severity: Problem
 Keywords: |
---------------------------------------------------+------------------------
 stream and stream_buffer need their operator-> and operator * to be either
 made const or the const versions need to be added.

 These operators do not modify the state of the stream and can be used to
 execute const functions of the device (like st->handle() for a
 file_descriptor device) .

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/6929>
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:09 UTC