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

Martin Nowak <c...@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
                 CC|                            |c...@dawg.eu
         Resolution|---                         |WONTFIX

--- Comment #16 from Martin Nowak <c...@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.

--

Reply via email to