DMD 0.161 release

Vladimir vlasov at scatt.com
Tue Jun 20 14:45:01 PDT 2006


Walter Bright wrote:
> Mostly bug fixes.
> 
> http://www.digitalmars.com/d/changelog.html

Nice work, Walter. Thank you.

I hoped the following code will not compile with .161

#struct A
#{
#	int x;
#}
#
#void main()
#{
#	A a;
#	with(a) {
#		int x;	// compiles without error
#	}
#}

Vladimir



More information about the Digitalmars-d-announce mailing list