belle icon indicating copy to clipboard operation
belle copied to clipboard

Current version is incompatible with Boost 1.70.0

Open Asmozan opened this issue 6 years ago • 3 comments

Websocket_Base<Websocket>: no known conversion for argument 1 from boost::asio::execution_context to boost::asio::io_context

Asmozan avatar Aug 11 '19 08:08 Asmozan

Thanks for the heads up! I'm developing on Arch Linux where the latest version of Boost available is 1.69.0. It looks like Boost 1.70.0 has been out since April 12th, 2019. I'll take a look at building Boost 1.70.0 from source and try to figure it out.

octobanana avatar Aug 13 '19 07:08 octobanana

Already done some part of job (server without SSL) I will check other cmakes and align

Asmozan avatar Aug 13 '19 11:08 Asmozan

ok, my conclusion is that currently there is no point of merging, 1.70.0 contains bugs that are resolved in future versions, in my humble opinion waiting for stable build is optimal :v

Asmozan avatar Aug 20 '19 14:08 Asmozan