[Issue 1839] Give D a modern varargs system that allows forwarding
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Feb 24 18:49:45 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=1839
Martin Nowak <code at dawg.eu> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
CC| |code at dawg.eu
Resolution|--- |WONTFIX
--- Comment #16 from Martin Nowak <code at dawg.eu> ---
This won't work due to ABI specialities, things need to be setup for another
call and it's unreasonable that other backends would support our special D
vararg forward. Just get a va_list and forward that indead, it contains
pointers to all the original arguments.
--
More information about the Digitalmars-d-bugs
mailing list