http://d.puremagic.com/issues/show_bug.cgi?id=1066
Iain Buclaw <ibuc...@ubuntu.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #2 from Iain Buclaw <ibuc...@ubuntu.com> 2011-01-31 09:33:28 PST --- The spec does not dictate that variadic functions must be passed on the stack. This does not prevent the use of _argptr, to protect against the vagaries of stack layouts on different CPU architectures, use std.stdarg (or core.vararg on D2) to access the variadic arguments. Regards -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------