id summary reporter owner description type status milestone component version severity resolution keywords cc
10663 Cut-and-paste error in fibonacci heap ordered_end documentation mbradle@… timblechmann "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:
{{{
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.
* */
}}}
Best wishes.
Brad Meyer" Bugs closed To Be Determined heap Boost 1.56.0 Cosmetic fixed