Boost C++ Libraries: Ticket #7926: [Range] missing prototypes with predicate in lower_bound and upper_bound algorithm docs https://svn.boost.org/trac10/ticket/7926 <p> <a href="http://www.boost.org/doc/libs/1_52_0/libs/range/doc/html/range/reference/algorithms/non_mutating/lower_bound.html">http://www.boost.org/doc/libs/1_52_0/libs/range/doc/html/range/reference/algorithms/non_mutating/lower_bound.html</a> <a href="http://www.boost.org/doc/libs/1_52_0/libs/range/doc/html/range/reference/algorithms/non_mutating/upper_bound.html">http://www.boost.org/doc/libs/1_52_0/libs/range/doc/html/range/reference/algorithms/non_mutating/upper_bound.html</a> </p> <p> missing prototypes with predicate version in lower_bound and upper_bound documents. </p> <p> should add such as: </p> <ul><li>lower_bound <pre class="wiki">template&lt; class ForwardRange, class Value, class SortPredicate &gt; typename range_iterator&lt;const ForwardRange&gt;::type lower_bound(ForwardRange&amp; rng, Value val, SortPredicate pred); template&lt; range_return_value re, class ForwardRange, class Value, class SortPredicate &gt; typename range_return&lt;const ForwardRange,re&gt;::type lower_bound(ForwardRange&amp; rng, Value val, SortPredicate pred); </pre></li><li>upper_bound <pre class="wiki">template&lt; class ForwardRange, class Value, class SortPredicate &gt; typename range_iterator&lt;const ForwardRange&gt;::type upper_bound(ForwardRange&amp; rng, Value val, SortPredicate pred); template&lt; range_return_value re, class ForwardRange, class Value, class SortPredicate &gt; typename range_return&lt;const ForwardRange,re&gt;::type upper_bound(ForwardRange&amp; rng, Value val, SortPredicate pred); </pre></li></ul> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7926 Trac 1.4.3 Nathan Ridge Sat, 26 Jan 2013 03:59:08 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/7926#comment:1 https://svn.boost.org/trac10/ticket/7926#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/82621" title="[range] fixed #7926 (missing prototypes for lower_bound and ...">[82621]</a>) [range] fixed <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7926" title="#7926: Bugs: [Range] missing prototypes with predicate in lower_bound and ... (closed: fixed)">#7926</a> (missing prototypes for lower_bound and upper_bound in docs) </p> Ticket Nathan Ridge Sat, 26 Jan 2013 04:03:48 GMT <link>https://svn.boost.org/trac10/ticket/7926#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7926#comment:2</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/82622" title="[range] merge documentation fix from trunk (refs #7926)">[82622]</a>) [range] merge documentation fix from trunk (refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7926" title="#7926: Bugs: [Range] missing prototypes with predicate in lower_bound and ... (closed: fixed)">#7926</a>) </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Nathan Ridge</dc:creator> <pubDate>Sat, 26 Jan 2013 04:04:55 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/7926#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7926#comment:3</guid> <description> <p> Fixed for 1.53 - thanks! </p> </description> <category>Ticket</category> </item> </channel> </rss>