lemon/concepts/heap.h
changeset 290 f6899946c1ac
parent 220 a5d8c039f218
     1.1 --- a/lemon/concepts/heap.h	Sat Sep 27 14:33:28 2008 +0200
     1.2 +++ b/lemon/concepts/heap.h	Tue Sep 30 20:53:18 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) {}