asio icon indicating copy to clipboard operation
asio copied to clipboard

BOOST_ASIO_DISABLE_CONCEPTS breaks compilation in co_composed.hpp

Open 5cript opened this issue 1 year ago • 0 comments

When BOOST_ASIO_DISABLE_CONCEPTS is defined https://github.com/chriskohlhoff/asio/blob/efdc25ab99786101351a5afb39f01dfaf0781401/asio/include/asio/co_composed.hpp#L848 will not build, because the concept is used unconditionally.

5cript avatar Sep 18 '24 23:09 5cript