Boost C++ Libraries: Ticket #8460: Doc errors https://svn.boost.org/trac10/ticket/8460 <p> 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. </p> <p> (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 &lt; n) { ... }") should insert characters from 's + result', not from 's': "container_.insert(container_.end(), s + result, s + n);". </p> <p> (2) 2.1.4. In the implementation of container_device::seek, there are 3 uses of "ios_bas" instead of "ios_base". </p> <p> (3) 2.1.4. c/striaghforward/straightforward </p> <p> (4) Function Template tee In the Description section second paragraph, "Device" should be "Sink" (should be "given a Sink or a pair of Sinks"). </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8460 Trac 1.4.3 Richard Hadsell <hadsell@…> Thu, 18 Apr 2013 18:52:29 GMT <link>https://svn.boost.org/trac10/ticket/8460#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8460#comment:1</guid> <description> <p> (5) Function Template putback: In the Overview, "put" should be "putback". </p> </description> <category>Ticket</category> </item> <item> <author>Richard Hadsell <hadsell@…></author> <pubDate>Mon, 22 Apr 2013 19:17:36 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/8460#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8460#comment:2</guid> <description> <p> (6) Function Template get: In the Example, "(c == boost::iostreams::get(src))" should be "(c = boost::iostreams::get(src))". It should be an assignment, not a comparison. </p> </description> <category>Ticket</category> </item> <item> <author>Richard Hadsell <hadsell@…></author> <pubDate>Mon, 22 Apr 2013 20:32:40 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/8460#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8460#comment:3</guid> <description> <p> (7) Class Template filtering_stream: The heading "filtering_stream::push" does not belong embedded in the description of the constructors. It appears just after the description of the default constructor. </p> </description> <category>Ticket</category> </item> <item> <author>Richard Hadsell <hadsell@…></author> <pubDate>Tue, 23 Apr 2013 21:56:34 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/8460#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8460#comment:4</guid> <description> <p> (8) In Quick Reference: In the Core Components table, the entry for "filtering_streambuf" links to the Class Template filtering_stream page instead of filtering_streambuf. </p> </description> <category>Ticket</category> </item> <item> <author>Richard Hadsell <hadsell@…></author> <pubDate>Tue, 23 Apr 2013 22:01:33 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/8460#comment:5 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8460#comment:5</guid> <description> <p> (9) Class Template filtering_streambuf: There is an errant heading "filtering_streambuf::push" equivalent to error (7) above. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Daniel James</dc:creator> <pubDate>Mon, 06 May 2013 09:16:05 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/8460#comment:6 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8460#comment:6</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/84161" title="Fix iostream doc errors. Refs #8460">[84161]</a>) Fix iostream doc errors. Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8460" title="#8460: Bugs: Doc errors (closed: fixed)">#8460</a> </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Daniel James</dc:creator> <pubDate>Mon, 06 May 2013 09:18:24 GMT</pubDate> <title>owner, status changed https://svn.boost.org/trac10/ticket/8460#comment:7 https://svn.boost.org/trac10/ticket/8460#comment:7 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Jonathan Turkanis</span> to <span class="trac-author">Daniel James</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket Daniel James Thu, 16 May 2013 22:10:19 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/8460#comment:8 https://svn.boost.org/trac10/ticket/8460#comment:8 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/84303" title="Merge iostreams to release. Fixes #8315, #8385, #8460. Not merging ...">[84303]</a>) Merge iostreams to release. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8315" title="#8315: Bugs: tee function template does not work for std streams (closed: fixed)">#8315</a>, <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8385" title="#8385: Bugs: Incorrect link on documentation webpage. (closed: fixed)">#8385</a>, <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8460" title="#8460: Bugs: Doc errors (closed: fixed)">#8460</a>. </p> <p> Not merging the fallthrough macro, as config support hasn't been merged yet. And not merging the build changes, as I don't know if they're ready. </p> Ticket