Boost logo

Boost :

From: Niklas Gürtler (profclonk_at_[hidden])
Date: 2020-03-24 16:41:41


Hello,

there is a bug in the Boost.Asio strand::strand(strand<OtherExecutor>&&
other) move constructor as it tries to do an invalid cast on the wrong
object. A friend declaration is also required to access the private members
of the other strand.
I submitted a PR https://github.com/boostorg/asio/pull/333 to address this
issue.

Regards,
Niklas


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk