[Boost-bugs] [Boost C++ Libraries] #8460: Doc errors

Subject: [Boost-bugs] [Boost C++ Libraries] #8460: Doc errors
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-04-18 18:24:06


#8460: Doc errors
----------------------------------------------------------+-----------------
 Reporter: Richard Hadsell <hadsell@…> | Owner: turkanis
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: iostreams
  Version: Boost 1.53.0 | Severity: Cosmetic
 Keywords: |
----------------------------------------------------------+-----------------
 I'm just starting to read the Boost.Iostreams documentation and found some
 minor errors. Perhaps someone would like to make these trivial
 corrections to help other novices in the future.

 (1) 2.1.4. In the implementation of container_device::write, the block
 that writes remaining characters at the end of the container ("if (result
 < n) { ... }") should insert characters from 's + result', not from 's':
 "container_.insert(container_.end(), s + result, s + n);".

 (2) 2.1.4. In the implementation of container_device::seek, there are 3
 uses of "ios_bas" instead of "ios_base".

 (3) 2.1.4. c/striaghforward/straightforward

 (4) Function Template tee
 In the Description section second paragraph, "Device" should be "Sink"
 (should be "given a Sink or a pair of Sinks").

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