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
i installed libasio-dev on ubuntu, try the standaloneasio_nonowner_iocontext.cpp for example, but get this error.
class asio::io_context::work’ has no member named ‘reset’ work->reset(); \cli\detail\genericasioscheduler.h 74
The text was updated successfully, but these errors were encountered:
Please, check the version of asio library you installed. Thanks.
Sorry, something went wrong.
libasio-dev/10.1,now 1:1.12.2-1 all [已安装] cross-platform C++ library for network programming
the doc here https://think-async.com/Asio/asio-1.12.2/doc/asio/reference/io_context.html https://think-async.com/Asio/asio-1.12.2/doc/asio/reference/io_context/reset.html
so which version should be used ?
cd9caa5
The asio version you're using is pretty old. However, I fixed cli so that it works with old asio versions, as well. Checkout last cli commit.
No branches or pull requests
i installed libasio-dev on ubuntu,
try the standaloneasio_nonowner_iocontext.cpp for example,
but get this error.
class asio::io_context::work’ has no member named ‘reset’
work->reset();
\cli\detail\genericasioscheduler.h 74
The text was updated successfully, but these errors were encountered: