Skip to content

Commit 98e6b27

Browse files
committed
replace pair with product-type
1 parent 31d258f commit 98e6b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

execution.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7927,7 +7927,7 @@ namespace std::execution {
79277927
<pre highlight="c++">
79287928
transform_sender(
79297929
<em>get-domain-early</em>(sndr),
7930-
<em>make-sender</em>(on, pair{sch, closure}, sndr));
7930+
<em>make-sender</em>(on, <i>product-type</i>{sch, closure}, sndr));
79317931
</pre>
79327932

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

0 commit comments

Comments
 (0)