-
Notifications
You must be signed in to change notification settings - Fork 6
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.0 #1
Comments
Hi! Thank you for reportin a problem, actually this version of library is not the last one, we actively use it in this project https://github.com/hyle-team/zano |
fyi: I moved repo to our team account, just in case your git links are broken. |
Try with f5e182c, this is the latest version |
Still fails: In file included from demo_http_server/demo_http_server.cpp:29:
In file included from demo_http_server/demo_http_server.h:33:
In file included from ../include/net/http_server_cp2.h:33:
In file included from ../include/net/abstract_tcp_server2.h:288:
../include/net/abstract_tcp_server2.inl:173:20: error: no member named 'get_io_service' in 'boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::executor>'
return socket_.get_io_service();
~~~~~~~ ^
../include/net/abstract_tcp_server2.inl:277:28: error: no member named 'get_io_service' in 'boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::executor>'
size_t cnt = socket_.get_io_service().run_one();
~~~~~~~ ^
../include/net/abstract_tcp_server2.inl:287:28: error: no member named 'get_io_service' in 'boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::executor>'
size_t cnt = socket_.get_io_service().poll_one();
~~~~~~~ ^
3 errors generated. |
jbeich
changed the title
Fails to build with Boost 1.70 (Beta1)
Fails to build with Boost 1.70.0
Apr 13, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Regressed by boostorg/asio@a72fbb0b867f:
The text was updated successfully, but these errors were encountered: