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

Use of deprecated ASIO interfaces #1290

Closed
djarek opened this issue Nov 8, 2018 · 1 comment
Closed

Use of deprecated ASIO interfaces #1290

djarek opened this issue Nov 8, 2018 · 1 comment

Comments

@djarek
Copy link
Contributor

djarek commented Nov 8, 2018

Some tests fails to compile because of use of depracated entities in ASIO, compile with cxxflags="-DBOOST_ASIO_NO_DEPRECATED" to reproduce.

@vinniefalco
Copy link
Member

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants