aws / aws-sdk-cpp

AWS SDK for C++
Apache License 2.0
1.96k stars 1.05k forks source link

fix issue https://github.com/aws/aws-sdk-cpp/issues/2846 #2848

Closed agicquelamz closed 7 months ago

agicquelamz commented 7 months ago

Issue #, if available: 2846

Description of changes: Removed implicit use of Aws::Utils::ByteBuffer, which led MSVC2022 to consider bits.data() as not being consumed.

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.