[simd.syn] Reorder declarations to match subclause order#8331
Conversation
|
I also wrote down some thoughts on the issue at https://github.com/cplusplus/nbballot/issues/856#issuecomment-3385081981 We could also reorder the subclauses, but in my opinion, they're structured very logically. All the @mattkretz can you confirm that the mismatch between the synopsis and the subclauses is accidental? |
Fixes NB US 175-281 (C++26 CD).
The current order is derived from what got published in the TS. And the TS order was probably fairly accidental. Making the synopsis match the subclause ordering (rather than the other way around) seems like the safest thing to do. FWIW, I implement
|
There was a problem hiding this comment.
@tkoeppe , we need this to go in so that, as a next step, we can adjust the subclause headings quoted in the synopsis to the new reality, without causing merge conflicts.
Fixes NB US 175-281 (C++26 CD).
Fixes https://github.com/cplusplus/nbballot/issues/856.