Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix C++ One Definition Rules (ODR) Violations #399

Merged
merged 1 commit into from
Nov 8, 2022
Merged

Conversation

graebm
Copy link
Contributor

@graebm graebm commented Nov 8, 2022

Issue:
aws/aws-sdk-cpp#2137

Description of Changes:
Rename decoder_state -> h2_decoder_state to avoid collision with same-named struct in aws-c-compression.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

**Issue:**
aws/aws-sdk-cpp#2137

**Description of Changes:**
Rename `decoder_state` -> `h2_decoder_state` to avoid collision with same-named struct in aws-c-compression.
@graebm graebm changed the title Fix C++ ODR Violations Fix C++ One Definition Rules (ODR) Violations Nov 8, 2022
@graebm graebm merged commit 2c5a2a7 into main Nov 8, 2022
@graebm graebm deleted the odr-violation branch November 8, 2022 23:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants