[Issue 7273] Tuples conversion assign
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Thu Jan 12 10:54:56 PST 2012
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=7273
--- Comment #1 from bearophile_hugs at 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: -------
    
    
More information about the Digitalmars-d-bugs
mailing list