Skip to content

Commit f589fb6

Browse files
committed
LWG4463 Change wording to 'model' from 'subsumes' in [algorithms.parallel.user]
Fixes US 155-253 (C++26 CD).
1 parent efb2f30 commit f589fb6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/algorithms.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,9 @@
381381
\tcode{BinaryOperation1},
382382
\tcode{BinaryOperation2},
383383
\tcode{BinaryDivideOp}, or
384-
constrained by a concept that subsumes \libconcept{regular_invocable}
384+
constrained by a concept
385+
whose semantic requirements include
386+
that the type models \libconcept{regular_invocable}
385387
and the operators used by the analogous overloads to these parallel algorithms
386388
that are formed by an invocation
387389
with the specified default predicate or operation (where applicable)

0 commit comments

Comments
 (0)