Boost C++ Libraries: Ticket #5338: Wrong parameter documentation for boost::iostreams::seek https://svn.boost.org/trac10/ticket/5338 <p> The documentation for boost::iostreams::seek, Function Parameters states </p> <p> "if way is std::ios_base::beg, the initial position is the end of the stream". </p> <p> That should be std::ios_base::end. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5338 Trac 1.4.3 Steven Watanabe Tue, 05 Apr 2011 22:14:07 GMT owner, component changed https://svn.boost.org/trac10/ticket/5338#comment:1 https://svn.boost.org/trac10/ticket/5338#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Matias Capeletto</span> to <span class="trac-author">Jonathan Turkanis</span> </li> <li><strong>component</strong> <span class="trac-field-old">Documentation</span> → <span class="trac-field-new">iostreams</span> </li> </ul> Ticket Steven Watanabe Thu, 07 Apr 2011 18:25:52 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/5338#comment:2 https://svn.boost.org/trac10/ticket/5338#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</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/71085" title="Fix typo. Fixes #5338.">[71085]</a>) Fix typo. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/5338" title="#5338: Bugs: Wrong parameter documentation for boost::iostreams::seek (closed: fixed)">#5338</a>. </p> Ticket