this() not executing code on structs
Leandro Lucarella
llucax at gmail.com
Wed Oct 21 13:43:33 PDT 2009
Bartosz Milewski, el 21 de octubre a las 16:33 me escribiste:
> Andrei Alexandrescu Wrote:
>
> > this() { myCount = count++; } // ERROR
>
> It's worse than that. Try this:
>
> struct foo {
> this(int dummy = 0) { writeln("Default constructor");}
> }
>
> foo x = foo();
>
> Nothing gets printed. If default constructors are disallowed, so should
> constructors with all parameters defaulted.
Fill bug reports in bugzilla, please!
--
Leandro Lucarella (AKA luca) http://llucax.com.ar/
----------------------------------------------------------------------
GPG Key: 5F5A8D05 (F8CD F9A7 BF00 5431 4145 104C 949E BFB6 5F5A 8D05)
----------------------------------------------------------------------
Los jóvenes no son solo brazos que nos cargan... También se los puede
mandar a la guerra, que es su obligación.
-- Ricardo Vaporeso
More information about the Digitalmars-d
mailing list