Skip to content

Fix char_traits.h for C++17 #250

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 1 commit into from
May 24, 2025

Conversation

khng300
Copy link
Contributor

@khng300 khng300 commented May 24, 2025

The char8_t type is only available if __cplusplus >= 201811L.

Fix the "implicit 'typename' is a C++20 extension" warning as well.

The char8_t type is only available if __cplusplus >= 201811L.

Fix the "implicit 'typename' is a C++20 extension" warning as well.
@felixguendling felixguendling merged commit eb5de4a into felixguendling:master May 24, 2025
1 of 10 checks passed
@khng300 khng300 deleted the fix-char_traits branch May 24, 2025 20:25
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