[Issue 1679] D should cast char[] to char* when used in a variadic argument in extern(C) context
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Nov 27 11:21:14 PST 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1679
bugzilla at digitalmars.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
------- Comment #2 from bugzilla at digitalmars.com 2007-11-27 13:21 -------
I don't think there's any safe way of doing this. If this behavior is
implemented, other things break.
You can use the .ptr suffix to make it work.
--
More information about the Digitalmars-d-bugs
mailing list