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

Fails to build with Boost 1.70 (Beta1) #1880

Closed
jbeich opened this issue Apr 4, 2019 · 0 comments
Closed

Fails to build with Boost 1.70 (Beta1) #1880

jbeich opened this issue Apr 4, 2019 · 0 comments

Comments

@jbeich
Copy link

jbeich commented Apr 4, 2019

Regressed by boostorg/asio@a72fbb0b867f:

src/cli/tls_http_server.cpp:438:31: error: no member named 'get_io_service' in
      'boost::asio::basic_socket_acceptor<boost::asio::ip::tcp, boost::asio::executor>'
                   m_acceptor.get_io_service(),
                   ~~~~~~~~~~ ^
src/cli/tls_proxy.cpp:373:31: error: no member named 'get_io_service' in
      'boost::asio::basic_socket_acceptor<boost::asio::ip::tcp, boost::asio::executor>'
                   m_acceptor.get_io_service(),
                   ~~~~~~~~~~ ^
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

1 participant