mirror of
https://github.com/boostorg/asio.git
synced 2026-01-31 19:52:09 +00:00
C++14 or later is required to support completion tokens that use per-operation return type deduction. For C++11 or earlier, a completion token's async_result specialisation must still provide the nested typedef `return_type`.