https://issues.dlang.org/show_bug.cgi?id=15417
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Walter Bright <[email protected]> --- _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. --
