http://d.puremagic.com/issues/show_bug.cgi?id=6919
--- Comment #1 from Kenji Hara <[email protected]> 2011-11-09 04:52:09 PST --- Similar code. void formattedRead(string* val) { *val = "1"; } void test() { string val; formattedRead(&val); assert(val == "1"); } static assert({ test(); return true; }()); -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
