From 64c4cdac83bd162be484fd0dabaa5fc339034d20 Mon Sep 17 00:00:00 2001 From: Klemens Morgenstern Date: Mon, 11 Nov 2024 21:19:49 +0800 Subject: [PATCH] windows gcc compile fix --- include/boost/process/v2/detail/process_handle_windows.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/process/v2/detail/process_handle_windows.hpp b/include/boost/process/v2/detail/process_handle_windows.hpp index 662d249f1..20330e985 100644 --- a/include/boost/process/v2/detail/process_handle_windows.hpp +++ b/include/boost/process/v2/detail/process_handle_windows.hpp @@ -308,7 +308,7 @@ struct basic_process_handle_win public: template> - auto async_wait(WaitHandler &&handler = default_completion_token_t()) + auto async_wait(WaitHandler &&handler = net::default_completion_token_t()) -> decltype(net::async_compose( async_wait_op_{handle_}, handler, handle_)) {