Skip to content

Commit d272b85

Browse files
committed
another attempt to fix the msvc build
1 parent f4da4e2 commit d272b85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/stdexec/__detail/__completion_signatures.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ namespace STDEXEC {
174174
using __error_types_t =
175175
__cmplsigs::__partitions_of_t<_Sigs>::template __error_types<_Variant, _Transform>;
176176

177-
template <class _Sigs, class _Variant, class _Type = set_stopped_t()>
177+
template <class _Sigs, class _Variant, class _Type = __fn_t<set_stopped_t>>
178178
using __stopped_types_t =
179179
__cmplsigs::__partitions_of_t<_Sigs>::template __stopped_types<_Variant, _Type>;
180180

0 commit comments

Comments
 (0)