it does work with three.
error: No matching function call to 'concat (string, string)'
Candidates are:
string concat (string, ...)
string a1 = "bob";
string a2 = "fred";
string a3 = "";
no: //string f = concat(a1, a2);
yes: string f = concat(a1, a2, a3);
Original issue reported on code.google.com by dan.roli...@gmail.com on 13 Jan 2010 at 12:03
Original issue reported on code.google.com by
dan.roli...@gmail.com
on 13 Jan 2010 at 12:03