Re: dmd 1.053 and 2.037 release

2009-12-08 Thread Kagamin
Jeremie Pelletier Wrote: I myself use the comma operator in for loops and simple assignments such as 'if(something) x = a, y = b;'. also: for(...) if(test) found=TRUE, break; if(found)...

Re: dmd 1.053 and 2.037 release - minor docs typo

2009-12-08 Thread Nick Treleaven
On Fri, 04 Dec 2009 20:05:13 -0800, Walter Bright wrote: Probably the biggest thing is opDispatch! Sounds great :) But I think there's a minor typo here: http://www.digitalmars.com/d/2.0/operatoroverloading.html#Dispatch class C { void opDispatch(string s)(int i) {

Re: dmd 1.053 and 2.037 release

2009-12-08 Thread Leandro Lucarella
Leandro Lucarella, el 5 de diciembre a las 13:07 me escribiste: Walter Bright, el 4 de diciembre a las 20:05 me escribiste: Probably the biggest thing is opDispatch! http://www.digitalmars.com/d/1.0/changelog.html http://ftp.digitalmars.com/dmd.1.053.zip