[Boost-bugs] [Boost C++ Libraries] #8680: seekable_device missing in boost/iostreams/concepts.hpp

Subject: [Boost-bugs] [Boost C++ Libraries] #8680: seekable_device missing in boost/iostreams/concepts.hpp
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-06-09 12:58:22


#8680: seekable_device missing in boost/iostreams/concepts.hpp
-----------------------------------+-----------------------
 Reporter: Eric Molitor <eric@…> | Owner: turkanis
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: iostreams
  Version: Boost 1.53.0 | Severity: Problem
 Keywords: |
-----------------------------------+-----------------------
 The documentation for
 [http://www.boost.org/doc/libs/1_53_0/libs/iostreams/doc/tutorial/container_device.html
 Boost.iosteams:Tutorial:Container_Device] refers to seekable_device as
 existing in
 [http://www.boost.org/doc/libs/1_53_0/boost/iostreams/concepts.hpp
 boost/iostreams/concepts.hpp]. However it does not exist. Either the
 documentation should be update or something along the lines of the
 following should be added to concepts.hpp.[[BR]]

 {{{
 typedef device<seekable> seekable_device;
 typedef wdevice<seekable> wseekable_device;
 }}}

 Not sure if that should be wseekable_device or seekable_wdevice. The
 latter seems to better match the filter typedef's.

 Alternatively the documentation could be updated to refer to
 device[seekable].

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