K 10 svn:author V 6 jbeich K 8 svn:date V 27 2019-11-14T00:43:36.815548Z K 7 svn:log V 5271 net-p2p/libtorrent-rasterbar: unbreak with boost 1.72 In file included from src/http_connection.cpp:33: In file included from include/libtorrent/http_connection.hpp:62: In file included from include/libtorrent/socket.hpp:57: In file included from /usr/local/include/boost/asio/write.hpp:1262: /usr/local/include/boost/asio/impl/write.hpp:425:40: error: no type named 'executor_type' in 'libtorrent::socket_type' typedef typename AsyncWriteStream::executor_type executor_type; ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /usr/local/include/boost/asio/impl/write.hpp:534:7: note: in instantiation of template class 'boost::asio::detail::initiate_async_write_buffer_sequence' requested here detail::initiate_async_write_buffer_sequence(s), ^ src/http_connection.cpp:277:3: note: in instantiation of function template specialization 'boost::asio::async_write, boost::_bi::list2 >, boost::arg<1> > > >' requested here async_write(m_sock, boost::asio::buffer(m_sendbuffer) ^ src/http_connection.cpp:631:3: error: no matching function for call to 'async_write' async_write(m_sock, boost::asio::buffer(m_sendbuffer) ^~~~~~~~~~~ /usr/local/include/boost/asio/impl/write.hpp:507:1: note: candidate template ignored: substitution failure [with AsyncWriteStream = libtorrent::socket_type, ConstBufferSequence = boost::asio::mutable_buffers_1, CompletionCondition = boost::_bi::bind_t, boost::_bi::list2 >, boost::arg<1> > >]: no type named 'executor_type' in 'libtorrent::socket_type' async_write(AsyncWriteStream& s, const ConstBufferSequence& buffers, ^ /usr/local/include/boost/asio/impl/write.hpp:526:1: note: candidate template ignored: substitution failure [with AsyncWriteStream = libtorrent::socket_type, ConstBufferSequence = boost::asio::mutable_buffers_1, WriteHandler = boost::_bi::bind_t, boost::_bi::list2 >, boost::arg<1> > >] async_write(AsyncWriteStream& s, const ConstBufferSequence& buffers, ^ /usr/local/include/boost/asio/impl/write.hpp:739:1: note: candidate template ignored: requirement 'is_dynamic_buffer_v1::type>::value' was not satisfied [with AsyncWriteStream = libtorrent::socket_type, DynamicBuffer_v1 = boost::asio::mutable_buffers_1, WriteHandler = boost::_bi::bind_t, boost::_bi::list2 >, boost::arg<1> > >] async_write(AsyncWriteStream& s, ^ /usr/local/include/boost/asio/impl/write.hpp:758:1: note: candidate template ignored: substitution failure [with AsyncWriteStream = libtorrent::socket_type, DynamicBuffer_v1 = boost::asio::mutable_buffers_1, CompletionCondition = boost::_bi::bind_t, boost::_bi::list2 >, boost::arg<1> > >]: no type named 'executor_type' in 'libtorrent::socket_type' async_write(AsyncWriteStream& s, ^ /usr/local/include/boost/asio/impl/write.hpp:782:1: note: candidate template ignored: could not match 'basic_streambuf' against 'boost::asio::mutable_buffers_1' async_write(AsyncWriteStream& s, ^ /usr/local/include/boost/asio/impl/write.hpp:796:1: note: candidate template ignored: could not match 'basic_streambuf' against 'boost::asio::mutable_buffers_1' async_write(AsyncWriteStream& s, ^ /usr/local/include/boost/asio/impl/write.hpp:1009:1: note: candidate template ignored: requirement 'is_dynamic_buffer_v2::value' was not satisfied [with AsyncWriteStream = libtorrent::socket_type, DynamicBuffer_v2 = boost::asio::mutable_buffers_1, WriteHandler = boost::_bi::bind_t, boost::_bi::list2 >, boost::arg<1> > >] async_write(AsyncWriteStream& s, DynamicBuffer_v2 buffers, ^ /usr/local/include/boost/asio/impl/write.hpp:1026:1: note: candidate template ignored: substitution failure [with AsyncWriteStream = libtorrent::socket_type, DynamicBuffer_v2 = boost::asio::mutable_buffers_1, CompletionCondition = boost::_bi::bind_t, boost::_bi::list2 >, boost::arg<1> > >]: no type named 'executor_type' in 'libtorrent::socket_type' async_write(AsyncWriteStream& s, DynamicBuffer_v2 buffers, ^ Obtained from: upstream END