DMD 0.177 release

Walter Bright newshound at digitalmars.com
Sat Dec 9 18:29:54 PST 2006


Jarrett Billingsley wrote:
> What is the TRUE reason you don't want to give structs ctors?  I don't want 
> to know why static opCalls are good, but why ctors are bad. 

Constructor:

	S(v);

static opCall:

	S(v)

What's the difference? I just don't see the point for adding constructors.



More information about the Digitalmars-d-announce mailing list