[Issue 3464] New: is( void function() == function) is false
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Nov 1 15:21:28 PST 2009
http://d.puremagic.com/issues/show_bug.cgi?id=3464
Summary: is( void function() == function) is false
Product: D
Version: 2.035
Platform: Other
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: dsimcha at yahoo.com
--- Comment #0 from David Simcha <dsimcha at yahoo.com> 2009-11-01 15:21:27 PST ---
pragma(msg, is( void delegate() == delegate).stringof); // true
pragma(msg, is( void function() == function).stringof); // false
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list