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: avoid template-id-cdtor warning with GCC 14 #109

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

Tachi107
Copy link
Contributor

@Tachi107 Tachi107 commented Aug 6, 2024

C++20's DR 2237 forbids using template-ids in constructors and destructors, and GCC 14 started warning about this.

C++20's DR 2237 forbids using template-ids in constructors and
destructors, and GCC 14 started warning about this.
@mmc28a
Copy link
Collaborator

mmc28a commented Aug 14, 2024

Looks good to me. Thanks.

@mmc28a mmc28a merged commit f4e6805 into Linaro:main Aug 14, 2024
@Tachi107 Tachi107 deleted the patch-1 branch August 17, 2024 07:31
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