[Issue 12999] SList: linearRemove cannot remove nodes that came from other SLists

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Jun 27 02:36:04 PDT 2014


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

Jonathan M Davis <jmdavisProg at gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |jmdavisProg at gmx.com
         Resolution|---                         |INVALID

--- Comment #1 from Jonathan M Davis <jmdavisProg at gmx.com> ---
It's intended. What would it even mean for it a container to remove elements
which are from another container? The values of the elements are irrelevant.
You're asking it to remove those specific elements, so they have to be from the
container that you're asking to remove them.

--


More information about the Digitalmars-d-bugs mailing list