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

Walter Bright <bugzi...@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzi...@digitalmars.com

--- Comment #1 from Walter Bright <bugzi...@digitalmars.com> ---
The trouble is that va_list was a void* in 2.065, but is now a magic type that
is handled specially by the back end. Doing what you're doing in this code is
really not supportable.

I'm not sure what dwt is doing there, so don't have an immediate suggested fix.

--

Reply via email to