[Issue 18274] va_arg (TypeInfo) broken for static arrays
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Jan 22 07:18:23 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=18274
Johannes Pfau <johannespfau at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID
--- Comment #1 from Johannes Pfau <johannespfau at gmail.com> ---
OK, I see that my assumption to get out exactly the same type as passed in was
flawed. If you strictly interpret the passed arguments according to _arguments,
the type of the data changed from static to dynamic array, but the data is
still correct. So this is not really a bug.
--
More information about the Digitalmars-d-bugs
mailing list