for in D versus C and C++

Steve Teale steve.teale at britseyeview.com
Thu Mar 19 03:35:37 PDT 2009


for (; a<b; a++);

is illegal in D.

Doesn't this break a lot of C and C++ code?



More information about the Digitalmars-d mailing list