Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
platform-aws: align declaration and init order
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. stack-info: PR: #557, branch: aws-nslick/stack/4
- Loading branch information