http://d.puremagic.com/issues/show_bug.cgi?id=3363
Witold Baryluk <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch, rejects-valid CC| |[email protected] --- Comment #1 from Witold Baryluk <[email protected]> 2010-12-01 11:38:23 PST --- Why this bug isn't fixed yet? It is trivial to fix and important, as many users (especially beginners) will encounter this problem. changing std/stream.d:694: if (arguments[j] is typeid(char[])) { into if (arguments[j] is typeid(string) || arguments[j] is typeid(char[])) { would fix it right? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
