[Issue 670] _argptr is char *
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Sep 17 23:38:02 PDT 2007
http://d.puremagic.com/issues/show_bug.cgi?id=670
------- Comment #2 from afb at algonet.se 2007-09-18 01:38 -------
According to the spec, only DMD exists. It doesn't mention portability.
va_list is not a char* always, it's a "target-specific type". Don't cast.
It needs the builtin va_list and the va_arg template for it to work...
I'm not sure how it could be rewritten to support DMD's direct access ?
But David can probably give a much better explanation of the va_lists.
--
More information about the D.gnu
mailing list