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

Add support for C++20 without char8_t #127

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

BluTree
Copy link
Contributor

@BluTree BluTree commented Oct 24, 2024

This PR adds support for compilation in C++20 without having char8_t enabled.

char8_t can be manually disabled on MSVC using /Zc:char8_t- and on GCC/clang with -fno-char8_t

Copy link
Owner

@sheredom sheredom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A test would be good (add another file with this on/off), but I'll just yeet this in. Thanks for the PR!

@sheredom sheredom merged commit 8937f18 into sheredom:master Oct 25, 2024
49 checks passed
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