Open jbeich opened 5 years ago
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 But i'll update this repo with the last one in few hours, hope this will help to solve this.
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.
Regressed by boostorg/asio@a72fbb0b867f: