DMD 1.017 release

Walter Bright newshound1 at digitalmars.com
Tue Jun 26 22:03:30 PDT 2007


I'm going to have to retreat from this. Andrei made an argument that if 
one had:

	struct S
	{
		static int foo;
	}

	S s = ...;
	assert(s.foo == S.foo);

then, analogously:

	T t = ...;
	assert(t.init == T.init);

should hold as well. Consistency is a strong argument.



More information about the Digitalmars-d-announce mailing list