[Issue 12086] std.algorithm.remove + range of indices produces wrong results

2018-06-13 Thread d-bugmail--- via Digitalmars-d-bugs
indices produces wrong results https://github.com/dlang/phobos/commit/89c1f1af6f29500013c465cc53f12e1ec6221523 Merge pull request #6154 from wilzbach/fix-12086 Fix Issue 12086 - std.algorithm.remove + range of indices produces wrong results merged-on-behalf-of: Nathan Sashihara --

[Issue 12086] std.algorithm.remove + range of indices produces wrong results

2018-02-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12086 Seb changed: What|Removed |Added Keywords||pull CC||g

[Issue 12086] std.algorithm.remove + range of indices produces wrong results

2014-06-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12086 safety0ff.bugz changed: What|Removed |Added CC||safety0ff.b...@gmail.com --- Comment #1 fro

[Issue 12086] std.algorithm.remove + range of indices produces wrong results

2014-06-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12086 --- Comment #2 from safety0ff.bugz --- (In reply to safety0ff.bugz from comment #1) > I think this is a combination of a documentation bug and a remove bug: > The documentation bug is that it should accept any range of indices with > length 1 or 2. >