"Iain Buclaw via Digitalmars-d" wrote in message news:[email protected]...

> Do you think we can change _all_ the druntime and phobos code to just > use
> va_arg directly?  It would be nice to have it all portable like that.

Oh, yeah, do it! You have references to __va_argsave in phobos, don't you?

Here it is: https://github.com/D-Programming-Language/phobos/pull/2926

__va_argsave wasn't used here, but it was creating its own __va_argsave_t in order to abuse va_arg!

Reply via email to