[Issue 19036] .tupleof order guarantee
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Jun 28 14:34:51 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=19036
Timoses <timosesu at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |timosesu at gmail.com
--- Comment #2 from Timoses <timosesu at gmail.com> ---
I also have code depending on this property of tupleof (ordered as declared) in
a struct.
In my case the struct layout is handed to me and access to its
properties/members has to be in the order the struct is layed out. If .tupleof
were to change ever it would be a problem in this case.
--
More information about the Digitalmars-d-bugs
mailing list