https://issues.dlang.org/show_bug.cgi?id=10895
Kenji Hara <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull, wrong-code Summary|alias this bug? |incorrect std.array.join | |behavior with array of | |string-like class using | |alias this --- Comment #1 from Kenji Hara <[email protected]> --- The bug was in std.array.join. The element of RoR had been consumed incorrectly while constructing the result. Fortunately the bug has been fixed in: https://github.com/D-Programming-Language/phobos/pull/2746 And does not happen since 2.067. PR to add unittest into Phobos: https://github.com/D-Programming-Language/phobos/pull/3628 --
