[Issue 15417] Wrong parameter passing for variadic nested functions within aggregate

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Dec 19 21:52:15 PST 2015


https://issues.dlang.org/show_bug.cgi?id=15417

Walter Bright <bugzilla at digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla at digitalmars.com

--- Comment #3 from Walter Bright <bugzilla at digitalmars.com> ---
_argptr and _arguments are there for "D style variadics". core.stdc.stdarg is
for "C style variadics". I.e. using va_arg for C-style will not work.

--


More information about the Digitalmars-d-bugs mailing list