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
Is there a plan to support c++20?
The text was updated successfully, but these errors were encountered:
We are using ozo with C++20
Sorry, something went wrong.
Thanks for getting back to me so soon.
I included:
#define BOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT
and got a bunch of errors which I suspect is now coming from another library (there were no issues before making the definition).
Secondly would you be able to list what calls are behind ozo::make_provider and ozo::make_connection_pool in your presentation?
The compatibility issue with C++20 was already solved here: #285
No branches or pull requests
Is there a plan to support c++20?
The text was updated successfully, but these errors were encountered: