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 char8_t support #4278

Merged
merged 1 commit into from
Oct 23, 2022
Merged

Conversation

VemundH
Copy link
Contributor

@VemundH VemundH commented Oct 23, 2022

Description

Standard library macro __cpp_lib_char8_t is only available after including standard header

Fixes #4277

Suggested changelog entry:

* Fix ``char8_t`` support (regression in 2.9)

Standard library macro __cpp_lib_char8_t is only available
after including standard header
@Skylion007
Copy link
Collaborator

Seems pretty cut and dry, wish our CI tests picked this up. Let's get this merged.

@Skylion007 Skylion007 merged commit 07a61aa into pybind:master Oct 23, 2022
@github-actions github-actions bot added the needs changelog Possibly needs a changelog entry label Oct 23, 2022
henryiii pushed a commit to henryiii/pybind11 that referenced this pull request Oct 24, 2022
Standard library macro __cpp_lib_char8_t is only available
after including standard header
@henryiii henryiii removed the needs changelog Possibly needs a changelog entry label Oct 31, 2022
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.

[BUG] char8_t/u8string support broken since 2.9
4 participants