[Issue 3531] 'curry' doesn't work for templated functions

2015-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3531 Andrei Alexandrescu changed: What|Removed |Added Version|2.036 |D2 --

[Issue 3531] 'curry' doesn't work for templated functions

2011-01-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3531 Andrei Alexandrescu changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 3531] 'curry' doesn't work for templated functions

2009-11-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3531 Andrei Alexandrescu changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Issue 3531] 'curry' doesn't work for templated functions

2009-11-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3531 --- Comment #2 from Max Samukha 2009-11-20 08:17:09 PST --- Just want to note that it is not __traits(compiles) that makes the example work, but the function being wrapped in the delegate literal. This works as well: auto curry(T)(T arg2) if

[Issue 3531] 'curry' doesn't work for templated functions

2009-11-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3531 Lars T. Kyllingstad changed: What|Removed |Added CC||bugzi...@kyllingen.net --- Comme