[Issue 12204] using delegates as alias parameter to templated struct: cannot get frame pointer to sort

2014-12-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12204 briancsch...@gmail.com changed: What|Removed |Added Keywords||industry CC|

[Issue 12204] using delegates as alias parameter to templated struct: cannot get frame pointer to sort

2014-12-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12204 --- Comment #2 from briancsch...@gmail.com --- Another test case: --- module test; import std.algorithm; struct DummyRange { auto opSlice() { int[] ints; return ints.map!(i => i); } } void main() { DummyRange r1, r2,

[Issue 12204] using delegates as alias parameter to templated struct: cannot get frame pointer to sort

2017-07-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12204 Vladimir Panteleev changed: What|Removed |Added Status|NEW |RESOLVED CC|