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

C++20 support #52

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

C++20 support #52

wants to merge 2 commits into from

Conversation

mattfbacon
Copy link

Since C++20 deletes stream operators for wide characters, use the preexisting u32_to_mb function to convert it. The codebase now compiles with C++20.

Additionally, update the README to indicate the C++20 support.

Matt Fellenz added 2 commits August 15, 2021 09:19
Since C++20 deletes stream operators for wide characters, use the preexisting `u32_to_mb` function to convert it. The codebase now compiles with C++20.
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.

None yet

1 participant