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

support cereal::make_nvp(const char8_t *name, ..) #703

Open
etorth opened this issue Jun 30, 2021 · 0 comments
Open

support cereal::make_nvp(const char8_t *name, ..) #703

etorth opened this issue Jun 30, 2021 · 0 comments

Comments

@etorth
Copy link

etorth commented Jun 30, 2021

C++20 makes u8"xxxx" as char8_t array which is a distinct type from char.

cereal::make_nvp(u8"名字", vec); // this gives compiler error

Can we support it, should be a simple fix.

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

No branches or pull requests

1 participant