[Issue 1719] Compiler crash or unstable code generation with scoped	interface instances
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Sun Jan 20 00:13:33 PST 2008
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=1719
------- Comment #4 from bugzilla at digitalmars.com  2008-01-20 02:13 -------
The problem is interfaces cannot be deleted. To work around:
scope c = new C();
I def = c;
-- 
    
    
More information about the Digitalmars-d-bugs
mailing list