dmd 178 changes (177 not 178) and more

Ant duitoolkit at yahoo.ca
Sun Dec 10 21:38:26 PST 2006


and more, this is invalid:

printf("Couldn't compile sources for "~name.toString()~"\n");

function object.printf (char*,...) does not match parameter types (char[])

but this is valid:

printf("Couldn't compile sources for ");//~name.toString()~"\n");

???

Ant


More information about the Digitalmars-d-learn mailing list