From 1732c87d3c99f293c14787ff09dc4349fc3a615e Mon Sep 17 00:00:00 2001 From: Christopher Kohlhoff Date: Fri, 24 Jul 2020 09:54:15 +1000 Subject: [PATCH] Fix typo in forward declaration of any_io_executor. --- asio/include/asio/ts/netfwd.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asio/include/asio/ts/netfwd.hpp b/asio/include/asio/ts/netfwd.hpp index d8737bd7..2642fca2 100644 --- a/asio/include/asio/ts/netfwd.hpp +++ b/asio/include/asio/ts/netfwd.hpp @@ -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)