http://d.puremagic.com/issues/show_bug.cgi?id=7161



--- Comment #3 from Andrej Mitrovic <[email protected]> 2011-12-24 
05:27:20 PST ---
Actually s_impl isn't needed, s() can have that implementation it just needs a
set of empty parens:
ref string s()(string s) 
{
    static string ss;
    ss = s;
    return ss;    
}

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to