changeset 294 | cbe3ec2d59d2 |
parent 220 | a5d8c039f218 |
child 440 | 88ed40ad0d4f |
1.1 --- a/lemon/concepts/heap.h Wed Oct 01 12:44:16 2008 +0200 1.2 +++ b/lemon/concepts/heap.h Wed Oct 01 13:56:40 2008 +0200 1.3 @@ -129,7 +129,6 @@ 1.4 /// already stored in the heap. 1.5 /// Otherwise it inserts the given item with the given priority. 1.6 /// 1.7 - /// It may throw an \ref UnderflowPriorityException. 1.8 /// \param i The item. 1.9 /// \param p The priority. 1.10 void set(const Item &i, const Prio &p) {}