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 #528

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 private write_request struct avoid collisions with same-named struct in other .c files

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 private `write_request` struct avoid collisions with same-named struct in other .c files
@graebm graebm changed the title Fix C++ ODR Violations Fix C++ One Definition Rules (ODR) Violations Nov 8, 2022
@graebm graebm merged commit 8c15cd7 into main Nov 8, 2022
@graebm graebm deleted the odr-violation branch November 8, 2022 23:56
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