Skip to content

Commit 6378554

Browse files
windows gcc compile fix
1 parent 58446b5 commit 6378554

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/boost/process/v2/detail/process_handle_windows.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ struct basic_process_handle_win
308308
public:
309309
template<BOOST_PROCESS_V2_COMPLETION_TOKEN_FOR(void(error_code, native_exit_code_type))
310310
WaitHandler = net::default_completion_token_t<executor_type>>
311-
auto async_wait(WaitHandler &&handler = default_completion_token_t<executor_type>())
311+
auto async_wait(WaitHandler &&handler = net::default_completion_token_t<executor_type>())
312312
-> decltype(net::async_compose<WaitHandler, void(error_code, native_exit_code_type)>(
313313
async_wait_op_{handle_}, handler, handle_))
314314
{

0 commit comments

Comments
 (0)