https://issues.dlang.org/show_bug.cgi?id=12265
Tomoya Tanjo changed:
What|Removed |Added
CC||tta...@gmail.com
--- Comment #4 from Tomoya T
https://issues.dlang.org/show_bug.cgi?id=12265
--- Comment #3 from monarchdo...@gmail.com ---
(In reply to Dmitry Olshansky from comment #0)
> Distilled from std.algorithm.sort and is a blocker for its purity inference.
Work around for sort:
https://github.com/D-Programming-Language/phobos/pull/2
https://issues.dlang.org/show_bug.cgi?id=12265
Kenji Hara changed:
What|Removed |Added
CC||monarchdo...@gmail.com
--- Comment #2 from Kenj
https://d.puremagic.com/issues/show_bug.cgi?id=12265
--- Comment #1 from Kenji Hara 2014-02-26 02:40:57 PST ---
Because of the issue 10134, current dmd does not infer attributes for the
sortImpl!(cmp, T[]).sort.
Related compiler code:
https://github.com/D-Programming-Language/dmd/blob/master/s