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



--- Comment #1 from bearophile_h...@eml.cc 2012-01-12 10:54:55 PST ---
Note this currently works:


import std.typecons: Tuple, tuple;
void main() {
    immutable int x = 1;
    Tuple!(int) y = tuple(1);
}

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

Reply via email to