My Language Feature Requests

Craig Black craigblack2 at cox.net
Sat Dec 22 22:37:51 PST 2007


> struct A { A(int x) {} }

Sorry ... I use C++ a lot at work.  Should read:

struct A { this(int x) {} }

(Further, this code is based on the hypothesis that we may get struct 
ctors.) 




More information about the Digitalmars-d mailing list