id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 6044,Assertion failed in relaxed_heap remove(),Ponomarev Andrew ,Jeremiah Willcock,"There is an assertion in boost/pending/relaxed_heap.hpp:166 when trying to remove() a zero-int from a relaxed_heap. Moreover, my investigation showed that that assert statement doesn't work in a proper way at all. As far as I understand it's purpose is to verify that the element being removed is present in heap. But attempt to remove() inexistent element doesn't cause an assertion, in the opposite, an attempt to remove() zero-int always cause an assertion. I propose to change this assertion to the way this check is performed in contains() method. Proposed patch is enclosed. ",Bugs,closed,To Be Determined,graph,Boost 1.47.0,Problem,fixed,,