[Issue 13125] Cannot implicitly convert string* to __va_list_tag*
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sun Jul 13 12:40:33 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=13125
Walter Bright <bugzilla at digitalmars.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bugzilla at digitalmars.com
--- Comment #1 from Walter Bright <bugzilla at 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.
--
More information about the Digitalmars-d-bugs
mailing list