September 13, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1496

           Summary: Make stringof return D-style function pointer type
                    strings
           Product: D
           Version: unspecified
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: samukha@voliacable.com


It should make using function pointers with CTFE easier:

alias void function() Fn;
mixin (Fn.stringof ~ " pFoo;");
----
Error: no identifier for declarator void(*)()


-- 

August 02, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=1496


samukha@voliacable.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #1 from samukha@voliacable.com  2008-08-02 01:46 -------
This was fixed a number of versions back.


--