On 19-4-2019 03:46, Patrick McLean wrote:
On Wed, 17 Apr 2019 09:50:00 -0400
Casey Bodley <cbodley@xxxxxxxxxx> wrote:
That's good to know, thanks for testing! This one is documented as a
breaking change in
https://www.boost.org/doc/libs/1_70_0/doc/html/boost_asio/history.html:
> Note: One potential source of breakage in existing user code is
> when
reusing an I/O object's |io_context| for constructing another I/O
object, as in...
When we fix this, we'll also want to update cmake to require boost
1.70 so that we don't need a bunch of #ifdefs to support previous
versions.
The local patch I am using to test does this already.
Thusfar I'm able to compile ceph onf FreeBSD with boost 1.69.
No changes required.
--WjW