Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
co_composed.hpp: Guard use of async_operation
`async_operation` is defined only when concepts are in use. When ASIO_DISABLE_CONCEPTS is defined, bare `typename` should be used instead. We can't use ASIO_ASYNC_OPERATION macros here, as it currently does not have a no-argument form. Fixes: chriskohlhoff#1547
- Loading branch information