mirror of
https://github.com/boostorg/asio.git
synced 2026-02-23 14:02:13 +00:00
Commit 98f58ee has overlooked the case of `any_io_executor` being a
typedef to `executor` (when `BOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT` is
defined) instead of a proper class, resulting in compilation errors.