http://d.puremagic.com/issues/show_bug.cgi?id=2779
--- Comment #15 from Jacob Carlborg <[email protected]> 2011-07-22 11:29:47 PDT --- Say we have this: struct Foo { int value; alias value this; } If an "instance" of Foo is passed to a function taking variadic arguments then it's received as Foo and not int, correct? Why would an alias this with a tuple behave any different. In that case you would have to manually expand it. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
