DMD 0.177 release

Walter Bright newshound at digitalmars.com
Sat Dec 9 17:56:08 PST 2006


Burton Radons wrote:
> Do you have a single instance of a static opCall being used for 
> construction where you don't just create a variable on the stack, build 
> it, and return it? Because that's all I've ever done. Hundreds of times. 
> Nothing else, and it just ends up being useless fluff making code harder 
> to read than it should be.

Given:

      auto s = S(1,2,3);

I'm not sure what you mean?



More information about the Digitalmars-d-announce mailing list