[Issue 1943] Templates can't take function pointer parameters

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1943

Andrei Alexandrescu and...@erdani.com changed:

   What|Removed |Added

Version|2.012   |D2

--


[Issue 1943] Templates can't take function pointer parameters

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1943



--- Comment #2 from github-bugzi...@puremagic.com 2012-01-22 01:03:33 PST ---
Commit pushed to
https://github.com/D-Programming-Language/d-programming-language.org

https://github.com/D-Programming-Language/d-programming-language.org/commit/5b1b3d5e5b9947fe8e9472d89250f6c12c2e9cf5
fix Issue 1943 - Templates can't take function pointer parameters

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 1943] Templates can't take function pointer parameters

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1943


Walter Bright bugzi...@digitalmars.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||bugzi...@digitalmars.com
 Resolution||FIXED


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 1943] Templates can't take function pointer parameters

2009-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1943


Daniel Keep daniel.keep+d.puremagic@gmail.com changed:

   What|Removed |Added

   Keywords||spec
 CC||daniel.keep+d.puremagic.com
   ||@gmail.com




--- Comment #1 from Daniel Keep daniel.keep+d.puremagic@gmail.com  
2009-07-12 21:55:06 PDT ---
This has just cropped up on IRC.  Either the compiler should be fixed to match
the spec, or the spec should be changed to match the compiler's behaviour.

The simplest thing to do would be to change to spec to indicate that only
strings, ints and floats are allowed as value parameters.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---