id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 7233,erase does not work on fibonacci_heap,Carl Sung ,timblechmann,"erase(handle_type) doesn't work when heap::fibonacci_heap has only one element. I guess this could be fixed by checking empty() before calling consolidate(), like pop() does. The bug can be reproduced by: boost::heap::fibonacci_heap fh; boost::heap::fibonacci_heap::handle_type h1 = fh.push(3); fh.erase(h1); ",Bugs,closed,To Be Determined,heap,Boost 1.49.0,Problem,fixed,,