[Issue 2399] New: ICE on casting function to delegate
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Oct 8 09:26:41 PDT 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2399
Summary: ICE on casting function to delegate
Product: D
Version: 2.019
Platform: PC
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: bugzilla at digitalmars.com
ReportedBy: terranium at yandex.ru
alias void delegate() dg;
void fun(){}
void gun()
{
dg d=cast(dg)&fun;
}
--
More information about the Digitalmars-d-bugs
mailing list