Boost C++ Libraries: Ticket #8002: [Utility/string_ref] typo doc https://svn.boost.org/trac10/ticket/8002 <p> <a href="http://www.boost.org/doc/libs/1_53_0/libs/utility/doc/html/string_ref.html">http://www.boost.org/doc/libs/1_53_0/libs/utility/doc/html/string_ref.html</a> </p> <p> in this document. </p> <pre class="wiki">if ( extract_part ( "ABCDEFG" ).front() == "C" ) { /* do something */ } </pre><p> front() return char. "C" should be 'C'. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8002 Trac 1.4.3 Marshall Clow Thu, 07 Feb 2013 14:14:55 GMT <link>https://svn.boost.org/trac10/ticket/8002#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8002#comment:1</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/82771" title="Fixed typo; Refs #8002">[82771]</a>) Fixed typo; Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8002" title="#8002: Bugs: [Utility/string_ref] typo doc (closed: fixed)">#8002</a> </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Marshall Clow</dc:creator> <pubDate>Thu, 07 Feb 2013 14:15:23 GMT</pubDate> <title>owner, status changed https://svn.boost.org/trac10/ticket/8002#comment:2 https://svn.boost.org/trac10/ticket/8002#comment:2 <ul> <li><strong>owner</strong> changed from <span class="trac-author">No-Maintainer</span> to <span class="trac-author">Marshall Clow</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket Marshall Clow Mon, 11 Feb 2013 16:20:34 GMT milestone changed https://svn.boost.org/trac10/ticket/8002#comment:3 https://svn.boost.org/trac10/ticket/8002#comment:3 <ul> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.54.0</span> </li> </ul> Ticket Marshall Clow Mon, 11 Feb 2013 16:22:34 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/8002#comment:4 https://svn.boost.org/trac10/ticket/8002#comment:4 <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/82821" title="Merge doc typo; Fixes #8002">[82821]</a>) Merge doc typo; Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8002" title="#8002: Bugs: [Utility/string_ref] typo doc (closed: fixed)">#8002</a> </p> Ticket Mateusz Loskot Fri, 09 Aug 2013 15:17:53 GMT status changed; resolution deleted https://svn.boost.org/trac10/ticket/8002#comment:5 https://svn.boost.org/trac10/ticket/8002#comment:5 <ul> <li><strong>status</strong> <span class="trac-field-old">closed</span> → <span class="trac-field-new">reopened</span> </li> <li><strong>resolution</strong> <span class="trac-field-deleted">fixed</span> </li> </ul> Ticket Mateusz Loskot Fri, 09 Aug 2013 15:18:56 GMT attachment set https://svn.boost.org/trac10/ticket/8002 https://svn.boost.org/trac10/ticket/8002 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost-154-string_ref-doc.png</span> </li> </ul> <p> It looks like this fix has not made it to the documentation of 1.54, but it should as indicated in the ticket milestone </p> Ticket Mateusz Loskot Fri, 09 Aug 2013 15:19:23 GMT cc changed https://svn.boost.org/trac10/ticket/8002#comment:6 https://svn.boost.org/trac10/ticket/8002#comment:6 <ul> <li><strong>cc</strong> <span class="trac-author">mateusz@…</span> added </li> </ul> Ticket Marshall Clow Sun, 27 Oct 2013 21:05:18 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/8002#comment:7 https://svn.boost.org/trac10/ticket/8002#comment:7 <ul> <li><strong>status</strong> <span class="trac-field-old">reopened</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/86488" title="Regnerated string_ref docs. Fixed incorrect example. Fixes #8002 ">[86488]</a>) Regnerated string_ref docs. Fixed incorrect example. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8002" title="#8002: Bugs: [Utility/string_ref] typo doc (closed: fixed)">#8002</a> </p> Ticket