-
Adam Borowski authored
The compiler assumed that pointers to differently-sized structs can't alias each other, and reordered accesses to vec->back in some cases. Thus, access members via the real-typed struct; this requires putting this part into a macro.
Adam Borowski authoredThe compiler assumed that pointers to differently-sized structs can't alias each other, and reordered accesses to vec->back in some cases. Thus, access members via the real-typed struct; this requires putting this part into a macro.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.