Skip to content

Commit ae398fc

Browse files
committed
default the tparam of the get_completion_domain fwd decl
1 parent 052e38a commit ae398fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/stdexec/__detail/__execution_fwd.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ namespace stdexec {
157157
extern const get_stop_token_t get_stop_token;
158158
template <__completion_tag _CPO>
159159
extern const get_completion_scheduler_t<_CPO> get_completion_scheduler;
160-
template <class _CPO>
160+
template <class _CPO = void>
161161
extern const get_completion_domain_t<_CPO> get_completion_domain;
162162
extern const get_domain_t get_domain;
163163

0 commit comments

Comments
 (0)