Skip to content

fix clang error in string view #728

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

Merged
merged 4 commits into from
Apr 3, 2025
Merged

fix clang error in string view #728

merged 4 commits into from
Apr 3, 2025

Conversation

sbiscigl
Copy link
Contributor

@sbiscigl sbiscigl commented Apr 3, 2025

Issue #, if available:

aws/aws-sdk-cpp#3370

Description of changes:

fixes a clang warning as error that some the sdk users are seeing, similar issue seen in fmt. Since compilers older than gcc 4.9 do not support the correct syntax we add a definition to existing "ancient compilers" block so that we can handle it correctly.

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

@sbiscigl sbiscigl force-pushed the fix-clang branch 2 times, most recently from 6596ff4 to 620faee Compare April 3, 2025 15:04
graebm added 3 commits April 3, 2025 09:33
…out what is different because I couldn't tell at 1st, or 2nd, or 3rd glance
@graebm graebm merged commit dd9edb6 into main Apr 3, 2025
63 checks passed
@graebm graebm deleted the fix-clang branch April 3, 2025 18:06
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.

2 participants