[Issue 4271] drop/pop methods for std.algorithm.BinaryHeap

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Aug 8 04:14:41 PDT 2017


https://issues.dlang.org/show_bug.cgi?id=4271

RazvanN <razvan.nitu1305 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from RazvanN <razvan.nitu1305 at gmail.com> ---
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

--


More information about the Digitalmars-d-bugs mailing list