Update an example on the website

biozic dransic at free.fr
Sat Mar 27 12:44:54 PDT 2010


In http://www.digitalmars.com/d/2.0/declaration.html#AutoDeclaration, 
shouldn't the code:
	auto s = "string"; // s is type immutable(char)[6]
be updated to:
	auto s = "string"; // s is type immutable(char)[]
?

bye
Nicolas



More information about the Digitalmars-d mailing list