V2 breaks many V1 programs

Steve Teale steve.teale at britseyeview.com
Sat Jul 7 11:39:40 PDT 2007


If the V1 program has

char[] x = any.std.string.StringFunctionFromV1();

it won't compile because it complains about the type conversion.

Also, because a version block has to be syntactically correct, you can't isolate v1/v2 differences because the syntax has changed.


More information about the Digitalmars-d-bugs mailing list