2017-04-13 19:00 GMT+08:00 Bjorn Reese via Boost-users <boost-users@lists.boost.org>:
On 04/13/2017 05:06 AM, TONGARI J via Boost-users wrote:

act <https://github.com/jamboree/act>:

I am intrigued by your act::detail::move_wrapper and especially
the "somewhat requires" comment. Does that mean that Asio checks
for CopyConstructible, but does not actually copy the handler?

Yes. I think the standalone ASIO has relaxed the restriction.