[Issue 12265] Puritiy inference fails with passing template function as an alias?

2021-05-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12265 Tomoya Tanjo changed: What|Removed |Added CC||tta...@gmail.com --- Comment #4 from Tomoya T

[Issue 12265] Puritiy inference fails with passing template function as an alias?

2014-04-18 Thread via Digitalmars-d-bugs
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

[Issue 12265] Puritiy inference fails with passing template function as an alias?

2014-04-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12265 Kenji Hara changed: What|Removed |Added CC||monarchdo...@gmail.com --- Comment #2 from Kenj

[Issue 12265] Puritiy inference fails with passing template function as an alias?

2014-02-26 Thread d-bugmail
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