Skip to content

Commit 4f216dd

Browse files
committed
add missing typename
1 parent 7f741fc commit 4f216dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/exec/fork.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ namespace exec {
5555
stdexec::__tuple_for<stdexec::set_error_t, ::std::exception_ptr>>;
5656

5757
template <class Completions>
58-
using _variant_t = stdexec::__mset_insert<
58+
using _variant_t = typename stdexec::__mset_insert<
5959
stdexec::__for_each_completion_signature<Completions, stdexec::__decayed_tuple, stdexec::__mset>,
6060
_maybe_eptr_completion_t<Completions>>::template rebind<stdexec::__variant_for>;
6161

0 commit comments

Comments
 (0)