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

Define BOOST_NO_CXX20_CHAR8_T #361

Open
deadlocklogic opened this issue Jan 30, 2021 · 0 comments
Open

Define BOOST_NO_CXX20_CHAR8_T #361

deadlocklogic opened this issue Jan 30, 2021 · 0 comments

Comments

@deadlocklogic
Copy link

deadlocklogic commented Jan 30, 2021

Hi,
Just a suggestion of defining BOOST_NO_CXX20_CHAR8_T like

#if !defined(__cpp_char8_t) || (__cpp_char8_t < 201811)
#  define BOOST_NO_CXX20_CHAR8_T
#endif
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