Skip to content

Commit d5c9f2d

Browse files
authored
[exec.split,exec.when.all] Fix typo stop_callback_of_t -> stop_callback_for_t (#7295)
1 parent 738b14f commit d5c9f2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/exec.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3690,7 +3690,7 @@
36903690
template<class Sndr, class Rcvr>
36913691
struct @\exposid{local-state}@ : @\exposid{local-state-base}@ { // \expos
36923692
using @\exposid{on-stop-callback}@ = // \expos
3693-
stop_callback_of_t<stop_token_of_t<env_of_t<Rcvr>>, @\exposid{on-stop-request}@>;
3693+
stop_callback_for_t<stop_token_of_t<env_of_t<Rcvr>>, @\exposid{on-stop-request}@>;
36943694

36953695
@\exposid{local-state}@(Sndr&& sndr, Rcvr& rcvr) noexcept;
36963696
~@\exposid{local-state}@();
@@ -4126,7 +4126,7 @@
41264126
auto operator()(auto, auto, Sndrs&&... sndrs) const {
41274127
using values_tuple = @\seebelow@;
41284128
using errors_variant = @\seebelow@;
4129-
using stop_callback = stop_callback_of_t<stop_token_of_t<env_of_t<Rcvr>>, @\exposid{on-stop-request}@>;
4129+
using stop_callback = stop_callback_for_t<stop_token_of_t<env_of_t<Rcvr>>, @\exposid{on-stop-request}@>;
41304130

41314131
struct @\exposid{state-type}@ {
41324132
void @\exposid{arrive}@(Rcvr& rcvr) noexcept { // \expos

0 commit comments

Comments
 (0)