https://d.puremagic.com/issues/show_bug.cgi?id=12530
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] 2014-04-06 12:32:55 PDT --- (In reply to comment #0) > I think these should work: > > auto a = TypeTuple!(int, int, int)(); //(0, 0, 0) > auto b = TypeTuple!(int, int, int)(1); //(1, 1, 1) > //auto c = TypeTuple!(int, int, int)(1, 2); //Should fail > auto d = TypeTuple!(int, int, int)(1, 2, 3); //(1, 2, 3) Please show one or more use cases. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
