Boost C++ Libraries: Ticket #10663: Cut-and-paste error in fibonacci heap ordered_end documentation https://svn.boost.org/trac10/ticket/10663 <p> The fibonacci_heap documentation has an error for the ordered_iterator ordered_end(void) const; function. It seems to be a cut-and-paste error. The fix: </p> <pre class="wiki">diff --git a/include/boost/heap/fibonacci_heap.hpp b/include/boost/heap/fibonacci_heap.hpp index 493828f..89b05d8 100644 --- a/include/boost/heap/fibonacci_heap.hpp +++ b/include/boost/heap/fibonacci_heap.hpp @@ -573,7 +573,7 @@ public: } /** - * \b Effects: Returns an ordered iterator to the first element contained in the priority queue. + * \b Effects: Returns an ordered iterator to the end of the priority queue. * * \b Note: Ordered iterators traverse the priority queue in heap order. * */ </pre><p> Best wishes. </p> <p> Brad Meyer </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/10663 Trac 1.4.3 timblechmann Fri, 17 Oct 2014 23:55:19 GMT <link>https://svn.boost.org/trac10/ticket/10663#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/10663#comment:1</guid> <description> <p> thnx, fixed in git (btw, a pull request on github is the best way to provide fixes like this) </p> </description> <category>Ticket</category> </item> <item> <dc:creator>timblechmann</dc:creator> <pubDate>Fri, 17 Oct 2014 23:56:05 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/10663#comment:2 https://svn.boost.org/trac10/ticket/10663#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> Ticket