aws / aws-sdk-cpp

AWS SDK for C++
Apache License 2.0
1.98k stars 1.06k forks source link

fix namespace collision detection on member varibles #2739

Closed sbiscigl closed 1 year ago

sbiscigl commented 1 year ago

Description of changes:

Fixes a issue with namespace collsion detection in codegen. Regretfully though it would appear one api that did not need to be renamed fell in this logic and backwards compat had to be built in. All ongoing namespace collisions will be fixed though.

Check all that applies:

Check which platforms you have built SDK on to verify the correctness of this PR.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.