Boost C++ Libraries: Ticket #2124: Documentation bug: 'head' instead of 'tail' in description find_tail https://svn.boost.org/trac10/ticket/2124 <p> String_algo's documentation for Function template find_tail (doc/html/boost/algorithm/find_tail_id397501.html) says: </p> <p> Get the <strong>head</strong> of the input. <strong>Head</strong> is a suffix of the string of the given size. </p> <p> instead of: </p> <p> Get the <strong>tail</strong> of the input. <strong>Tail</strong> is a suffix of the string of the given size. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2124 Trac 1.4.3 Daniel James Thu, 17 Jul 2008 21:23:56 GMT owner, component, milestone changed https://svn.boost.org/trac10/ticket/2124#comment:1 https://svn.boost.org/trac10/ticket/2124#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Matias Capeletto</span> to <span class="trac-author">Pavol Droba</span> </li> <li><strong>component</strong> <span class="trac-field-old">Documentation</span> → <span class="trac-field-new">string_algo</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">Boost 1.35.1</span> → <span class="trac-field-new">Boost 1.36.0</span> </li> </ul> Ticket Steven Watanabe Wed, 09 Jun 2010 20:26:38 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/2124#comment:2 https://svn.boost.org/trac10/ticket/2124#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/62689" title="Tail not head. Fixes #2124">[62689]</a>) Tail not head. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/2124" title="#2124: Bugs: Documentation bug: 'head' instead of 'tail' in description find_tail (closed: fixed)">#2124</a> </p> Ticket