[Issue 1373] typeof(func).stringof fails when func has parameters.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Oct 21 09:08:51 PDT 2007


http://d.puremagic.com/issues/show_bug.cgi?id=1373


smjg at iname.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |smjg at iname.com




------- Comment #2 from smjg at iname.com  2007-10-21 11:08 -------
Please don't blindly quote the entire message when replying.  It's bad enough
on any newsgroup, and when it clutters up Bugzilla, it's even worse.

This issue is puzzling me.  Surely typeof(func0) should be double, since as an
expression, func0 is equivalent to func0().  And typeof(func2) probably
shouldn't compile.


-- 



More information about the Digitalmars-d-bugs mailing list