On Fri, Jan 26, 2018 at 02:38:34PM +0100, Rafael Sadowski wrote:
> Hi All!
>
> This time easier than last time and a relative easy update to the
> current boost.
>
> Changelog: http://www.boost.org/users/history/version_1_66_0.html
>
> I did not build all consumers. Bulk feedback wanted.
Seen the same kea failure. So far (more or less halfway through the
bulk), games/pokerth also failed:
../src/third_party/websocketpp/websocketpp/transport/asio/connection.hpp:422:45:
error: use of class template 'boost::asio::strand' requires template arguments
m_strand.reset(new boost::asio::strand(*io_service));
Which seems like the kea failure. FreeBSD also saw it (cf
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224123) and fixed
it with patches from upstream (cf https://github.com/pokerth/pokerth/issues/338)
Landry