[Issue 9016] swap() doesn't work with std.container.DList.front and back
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Apr 7 07:39:30 PDT 2014
https://d.puremagic.com/issues/show_bug.cgi?id=9016
monarchdodra at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |monarchdodra at gmail.com
Resolution| |FIXED
--- Comment #1 from monarchdodra at gmail.com 2014-04-07 07:39:28 PDT ---
This didn't work because containers were sealed, and swap operates on
references.
It is now resolved thanks to the unsealing of containers:
https://github.com/D-Programming-Language/phobos/pull/1857
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list