[Boost-bugs] [Boost C++ Libraries] #5528: Error in documentation of boost iostreams

Subject: [Boost-bugs] [Boost C++ Libraries] #5528: Error in documentation of boost iostreams
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-05-10 08:31:04


#5528: Error in documentation of boost iostreams
----------------------------------------+-----------------------------------
 Reporter: anonymous | Owner: matias
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: Documentation
  Version: Boost 1.46.1 | Severity: Problem
 Keywords: typo, doc, iostreams, seek |
----------------------------------------+-----------------------------------
 There's an error in boost iostreams documentation when it comes to
 describe the constant which the '''seek''' function has to be called with
 to position one of its heads to the end of the file.

 It says

 if way is std::ios_base::'''beg''', the initial position is the end of the
 stream

 it oughta be

 if way is std::ios_base::'''end''', the initial position is the end of the
 stream

 It's always been the same, since its first release, 1.33.0.

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