https://issues.dlang.org/show_bug.cgi?id=4271
RazvanN <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #5 from RazvanN <[email protected]> --- It seems that meanwhile, binaryHeap has been moved from std.algorithm to std.container and the method removeAny [1] was added which does exactly what this bug report asks for. Closing as fixed. [1] http://dlang.org/phobos/std_container_binaryheap.html#.BinaryHeap.removeAny --
