Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(aws): align declaration and init order (#557)
When using designated initializer lists, under C++ only, a warning will be emitted if the declaration order does not match the initialization order if any fields are missing in the initializer list. Reorder these structs to initialize all fields in their declaration order. Signed-off-by: Nicholas Sielicki <nslick@amazon.com>
- Loading branch information