http://d.puremagic.com/issues/show_bug.cgi?id=10813
--- Comment #1 from Kenji Hara <[email protected]> 2013-08-13 00:04:22 PDT --- (In reply to comment #0) > import std.typecons; > > T test(T, Tup: Tuple!(T))(Tup t) > { > return t[0]; > } > > void main() {} > > > http://dpaste.dzfl.pl/ba070d91 The issue does not occur with git head (b4584d77bd). -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
