On Friday, 24 May 2013 at 11:57:53 UTC, Don wrote:
...

I have finally understood your point about default initializer vs changing T.init :) It was not that easy because there are no similar terms in other languages. Anyway, it does make sense. Somehow separating concept of compile-time default for a type from default initialization of specific variable does make sense. This may be a good reason for CTFE-limited default constructor instead of current approach.

Reply via email to