[Issue 2623] New: Function type drops ref spec
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Jan 27 14:33:22 PST 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2623
Summary: Function type drops ref spec
Product: D
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: bugzilla at digitalmars.com
ReportedBy: andrei at metalanguage.com
The following code fails to compile by failing the static assert:
alias int function() Fun;
alias ref int function() Gun;
static assert(!is(Fun == Gun));
The "ref" must be part of the function signature.
--
More information about the Digitalmars-d-bugs
mailing list