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

Timoses <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Timoses <[email protected]> ---
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.

--

Reply via email to