Fix typo in forward declaration of any_io_executor.

This commit is contained in:
Christopher Kohlhoff 2020-07-24 09:54:15 +10:00
parent a5d06dc386
commit 1732c87d3c

View File

@ -57,7 +57,7 @@ class basic_system_executor;
class executor;
typedef execution any_io_executor;
typedef executor any_io_executor;
#else // defined(ASIO_USE_TS_EXECUTOR_AS_DEFAULT)