File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -434,7 +434,7 @@ namespace exec {
434434 && __nothrow_connectable<__error_next_sender_t , __error_next_receiver_t >) {
435435 auto __next_sender = exec::set_next (__receiver_, __error_sender_t {this });
436436 auto __next_receiver = __error_next_receiver_t {
437- this , __env_fn {&__receiver_, &__nested_stop_}
437+ this , __env_fn_t {&__receiver_, &__nested_stop_}
438438 };
439439 __error_op_.__emplace_from ([&]() {
440440 return stdexec::connect (
@@ -446,7 +446,7 @@ namespace exec {
446446 STDEXEC_TRY {
447447 auto __next_sender = exec::set_next (__receiver_, __error_sender_t {this });
448448 auto __next_receiver = __error_next_receiver_t {
449- this , __env_fn {&__receiver_, &__nested_stop_}
449+ this , __env_fn_t {&__receiver_, &__nested_stop_}
450450 };
451451 __error_op_.__emplace_from ([&]() {
452452 return stdexec::connect (
You can’t perform that action at this time.
0 commit comments