[Issue 13125] Cannot implicitly convert string* to __va_list_tag*

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Jul 14 00:43:31 PDT 2014


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

--- Comment #7 from Jacob Carlborg <doob at me.com> ---
(In reply to Walter Bright from comment #5)

> This current problem should only appear on 64 bits, and only on posix
> systems. How did you run into it?

I actually found this on Linux 32bit when compiling DWT. I got the same error
on OS X 64bit from which the error message is from. I think it was "char*"
instead of "__va_list_tag*" on Linux 32bit. I didn't think it mattered since I
got the exact error message but with different types.

--


More information about the Digitalmars-d-bugs mailing list