Boost C++ Libraries: Ticket #7585: Boost.Range Adaptors indexed: mistake in online documentation https://svn.boost.org/trac10/ticket/7585 <p> <a href="http://www.boost.org/doc/libs/1_51_0/libs/range/doc/html/range/reference/adaptors/reference/indexed.html">http://www.boost.org/doc/libs/1_51_0/libs/range/doc/html/range/reference/adaptors/reference/indexed.html</a> </p> <p> 1. Pipe rng | boost::adaptors::indexed </p> <p> should be: </p> <p> Pipe rng | boost::adaptors::indexed(start_index) </p> <p> 2. Function boost::adaptors::index(rng) </p> <p> should be: </p> <p> Function boost::adaptors::index(rng,start_index) </p> <p> Live demo: </p> <p> Compile Error - <a class="ext-link" href="http://liveworkspace.org/code/ade31e7817c46fc1076be195cf94ec8c"><span class="icon">​</span>http://liveworkspace.org/code/ade31e7817c46fc1076be195cf94ec8c</a> </p> <p> OK - <a class="ext-link" href="http://liveworkspace.org/code/464cab20cf6d6030cd516cf79e8c4fc3"><span class="icon">​</span>http://liveworkspace.org/code/464cab20cf6d6030cd516cf79e8c4fc3</a> </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7585 Trac 1.4.3 Nathan Ridge Wed, 02 Jan 2013 08:09:48 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/7585#comment:1 https://svn.boost.org/trac10/ticket/7585#comment:1 <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/82316" title="[range] fixed #7585 (typo in documentation for 'indexed' adaptor)">[82316]</a>) [range] fixed <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7585" title="#7585: Bugs: Boost.Range Adaptors indexed: mistake in online documentation (closed: fixed)">#7585</a> (typo in documentation for 'indexed' adaptor) </p> Ticket Nathan Ridge Wed, 02 Jan 2013 08:11:10 GMT <link>https://svn.boost.org/trac10/ticket/7585#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7585#comment:2</guid> <description> <p> Fixed in trunk. The fix will appear in 1.53 (I will merge to release branch after 1.53 beta release). </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Nathan Ridge</dc:creator> <pubDate>Mon, 14 Jan 2013 09:19:44 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/7585#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7585#comment:3</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/82487" title="[range] Merge documentation fixes and minor refactoring of docs (refs ...">[82487]</a>) [range] Merge documentation fixes and minor refactoring of docs (refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/5160" title="#5160: Bugs: Documentation: missing argument to replace_copy_if (closed: fixed)">#5160</a>; refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/5314" title="#5314: Bugs: wrong example in document (closed: fixed)">#5314</a>; refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/5440" title="#5440: Bugs: Documentation error for boost::inner_product from boost range library (closed: fixed)">#5440</a>; refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/5775" title="#5775: Bugs: documentation: wrong description of pop_heap (copy-paste from push_heap) (closed: fixed)">#5775</a>; refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/6212" title="#6212: Bugs: &#34;Method 3.1: Implement a Range Adaptor without arguments&#34; does not ... (closed: fixed)">#6212</a>; refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7585" title="#7585: Bugs: Boost.Range Adaptors indexed: mistake in online documentation (closed: fixed)">#7585</a>; refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7843" title="#7843: Bugs: missing example for 'tokenized' range adaptor (closed: fixed)">#7843</a>; refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7866" title="#7866: Bugs: Minor doc typo in Boost.Range (closed: fixed)">#7866</a>). </p> </description> <category>Ticket</category> </item> <item> <author>sd.yegane@…</author> <pubDate>Sat, 09 Nov 2013 16:40:42 GMT</pubDate> <title>attachment set https://svn.boost.org/trac10/ticket/7585 https://svn.boost.org/trac10/ticket/7585 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">Untitled2.cpp</span> </li> </ul> Ticket