Skip to content

Commit 5927a64

Browse files
authored
[exec.just,exec.then] Use \exposconcept for movable-value (#7187)
1 parent 3dba07b commit 5927a64

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
@@ -2573,7 +2573,7 @@
25732573
The expression \tcode{\exposid{just-cpo}(ts...)} is ill-formed if
25742574
\begin{itemize}
25752575
\item
2576-
\tcode{(\exposid{movable-value}<Ts> \&\&...)} is \tcode{false}, or
2576+
\tcode{(\exposconcept{movable-value}<Ts> \&\&...)} is \tcode{false}, or
25772577
\item
25782578
\exposid{just-cpo} is \tcode{just_error} and
25792579
\tcode{sizeof...(ts) == 1} is \tcode{false}, or
@@ -3308,7 +3308,7 @@
33083308
\tcode{then}, \tcode{upon_error}, or \tcode{upon_stopped}.
33093309
For subexpressions \tcode{sndr} and \tcode{f},
33103310
if \tcode{decltype((sndr))} does not satisfy \libconcept{sender}, or
3311-
\tcode{decltype((f))} does not satisfy \exposid{movable-value},
3311+
\tcode{decltype((f))} does not satisfy \exposconcept{movable-value},
33123312
\tcode{\exposid{then-cpo}(\linebreak sndr, f) }is ill-formed.
33133313

33143314
\pnum

0 commit comments

Comments
 (0)