http://d.puremagic.com/issues/show_bug.cgi?id=6613
Andrej Mitrovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] --- Comment #1 from Andrej Mitrovic <[email protected]> 2013-02-08 18:01:40 PST --- [internal note]: It seems Tuple!() is treated as a type when it's a default argument (at least ExpInitializer::semantic seems to think so). But as a variable initializer it works ok: template Tuple(T...) { alias T Tuple; } void main() { Tuple!() t = Tuple!(); } CC'ing Kenji since he might be interested in this bug. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
