-
Notifications
You must be signed in to change notification settings - Fork 634
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
Use of deprecated ASIO interfaces #1290
Comments
vinniefalco
added a commit
to vinniefalco/beast
that referenced
this issue
Nov 23, 2018
fix boostorg#1290 * BOOST_ASIO_NO_DEPRECATED=1 is now set * Fix various warnings from the Boost regression test matrix * Fix a bug in advanced servers when checking for a timeout
vinniefalco
added a commit
to vinniefalco/beast
that referenced
this issue
Nov 23, 2018
fix boostorg#1290 * BOOST_ASIO_NO_DEPRECATED=1 is now set * Fix various warnings from the Boost regression test matrix * Fix a bug in advanced servers when checking for a timeout
vinniefalco
added a commit
to vinniefalco/beast
that referenced
this issue
Nov 26, 2018
fix boostorg#1290 * BOOST_ASIO_NO_DEPRECATED=1 is now set * Fix various warnings from the Boost regression test matrix * Fix a bug in advanced servers when checking for a timeout
vinniefalco
added a commit
to vinniefalco/beast
that referenced
this issue
Nov 26, 2018
fix boostorg#1290 * BOOST_ASIO_NO_DEPRECATED=1 is now set * Fix various warnings from the Boost regression test matrix * Fix a bug in advanced servers when checking for a timeout
vinniefalco
added a commit
to vinniefalco/beast
that referenced
this issue
Nov 26, 2018
fix boostorg#1290 * BOOST_ASIO_NO_DEPRECATED=1 is now set * Fix various warnings from the Boost regression test matrix * Fix a bug in advanced servers when checking for a timeout
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some tests fails to compile because of use of depracated entities in ASIO, compile with
cxxflags="-DBOOST_ASIO_NO_DEPRECATED"
to reproduce.The text was updated successfully, but these errors were encountered: