2
0
mirror of https://github.com/boostorg/asio.git synced 2026-02-22 13:42:08 +00:00
Files
asio/include
Christopher Kohlhoff 76fbcb2f45 Fix channels to support C++14 and (partially) C++11.
C++11 support is limited to channels with a single completion signature,
or channels with a void() signature (plus the error signature added by
the channel traits).
2023-03-08 21:05:14 +11:00
..