Skip to content

Commit

Permalink
replace pair with product-type
Browse files Browse the repository at this point in the history
  • Loading branch information
ericniebler committed Jun 26, 2024
1 parent 31d258f commit 98e6b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion execution.bs
Original file line number Diff line number Diff line change
Expand Up @@ -7927,7 +7927,7 @@ namespace std::execution {
<pre highlight="c++">
transform_sender(
<em>get-domain-early</em>(sndr),
<em>make-sender</em>(on, pair{sch, closure}, sndr));
<em>make-sender</em>(on, <i>product-type</i>{sch, closure}, sndr));
</pre>

5. Let `out_sndr` and `env` be subexpressions, let `OutSndr` be
Expand Down

0 comments on commit 98e6b27

Please sign in to comment.