[Issue 14925] replaceInPlace fail compilation

2020-03-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14925 Basile-z changed: What|Removed |Added CC|b2.t...@gmx.com | --

[Issue 14925] replaceInPlace fail compilation

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14925 --- Comment #6 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/3f8b910e2c2834d2f87a543dc39692fe03a69c92 Fix issue 14925 --

[Issue 14925] replaceInPlace fail compilation

2015-08-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14925 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/ea811edab97021c9328dd2e81c49bba23c414b4d Supplemental fix for

[Issue 14925] replaceInPlace fail compilation

2015-08-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14925 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/3f8b910e2c2834d2f87a543dc39692fe03a69c92 Fix issue 14925 --

[Issue 14925] replaceInPlace fail compilation

2015-08-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14925 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added Hardware|x86 |All

[Issue 14925] replaceInPlace fail compilation

2015-08-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14925 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added CC|

[Issue 14925] replaceInPlace fail compilation

2015-08-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14925 --- Comment #2 from Steven Schveighoffer schvei...@yahoo.com --- Hm... I was wrong I guess (sort of). The *second* overload is the one that should be chosen. This means that even though the replace could be done directly, it will reallocate. This is

[Issue 14925] replaceInPlace fail compilation

2015-08-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14925 bb.t...@gmx.com changed: What|Removed |Added CC||bb.t...@gmx.com Component|dmd

[Issue 14925] replaceInPlace fail compilation

2015-08-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14925 Florent GABRIEL ts...@free.fr changed: What|Removed |Added Severity|enhancement |normal --