We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, Just a suggestion of defining BOOST_NO_CXX20_CHAR8_T like
BOOST_NO_CXX20_CHAR8_T
#if !defined(__cpp_char8_t) || (__cpp_char8_t < 201811) # define BOOST_NO_CXX20_CHAR8_T #endif
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Just a suggestion of defining
BOOST_NO_CXX20_CHAR8_T
likeThe text was updated successfully, but these errors were encountered: