Boost C++ Libraries: Ticket #1145: Small bugs in Boost.Range documentation https://svn.boost.org/trac10/ticket/1145 <p> In the synopsis of iterator_range on the page: libs/range/doc/utility_class.html </p> <p> what are the following metafunctions: <code>const_iterator_of</code>, and <code>iterator_of</code>. </p> <p> I do not see them documented anywhere. </p> <p> There is also a typo in the synopsis of subrange: <code>sub_range( const Range2&amp; r );</code> should be </p> <p> <code>sub_range( const ForwardRange2&amp; r );</code> </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1145 Trac 1.4.3 Marshall Clow Tue, 21 Aug 2007 21:03:45 GMT component changed; owner set https://svn.boost.org/trac10/ticket/1145#comment:1 https://svn.boost.org/trac10/ticket/1145#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Thorsten Ottosen</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">range</span> </li> </ul> Ticket Thorsten Ottosen Sat, 27 Oct 2007 12:20:56 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1145#comment:2 https://svn.boost.org/trac10/ticket/1145#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> Documentation updated. </p> Ticket