[Issue 13125] Cannot implicitly convert string* to __va_list_tag*
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Mon Jul 14 12:02:24 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=13125
--- Comment #10 from Jacob Carlborg <doob at me.com> ---
(In reply to yebblies from comment #9)
> As far as I know there is not supported way to hack into varargs like this.
> As an awful non-portable self-destructive workaround you can use an explicit
> cast to get the old behaviour.
>
> To do this correctly, you will need to research the various platforms'
> varargs formats and explicitly match them. If possible I would recommend
> using a different implementation approach.
Ok, I'll see if I can come up with something else.
--
More information about the Digitalmars-d-bugs
mailing list