Open klemens-morgenstern opened 1 year ago
the ctor of throw_if_cancelled_1_t ctor must be explicit otherwise this works:
boost::asio::awaitable<void> test() { co_await true; }
https://gcc.godbolt.org/z/vKc3rfd9K
the ctor of throw_if_cancelled_1_t ctor must be explicit otherwise this works:
https://gcc.godbolt.org/z/vKc3rfd9K