Skip to content

Commit c46c0f1

Browse files
committed
Move 4463 to Immediate
1 parent bf329f4 commit c46c0f1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

xml/issue4463.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version='1.0' encoding='utf-8' standalone='no'?>
22
<!DOCTYPE issue SYSTEM "lwg-issue.dtd">
33

4-
<issue num="4463" status="New">
4+
<issue num="4463" status="Immediate">
55
<title>Change wording to 'model' from 'subsumes' in [algorithms.parallel.user]</title>
66
<section><sref ref="[algorithms.parallel.user]"/></section>
77
<submitter>Ruslan Arutyunyan</submitter>
@@ -15,6 +15,8 @@
1515
<p/>
1616
Proposed change: Say that the type is required to model `regular_invocable`.
1717
</p>
18+
19+
<note>Kona 2025-11-07; approved by LWG. Status changed: New &rarr; Immediate.</note>
1820
</discussion>
1921

2022
<resolution>
@@ -30,8 +32,8 @@ This wording is relative to <paper num="N5014"/>.
3032
-1- Unless otherwise specified, invocable objects passed into parallel algorithms as objects of a
3133
type denoted by a template parameter named `Predicate`, `BinaryPredicate`, `Compare`,
3234
`UnaryOperation`, `BinaryOperation`, `BinaryOperation1`, `BinaryOperation2`, `BinaryDivideOp`,
33-
or constrained by a concept<ins>, which semantic requirements impose</ins> that
34-
<del>subsumes</del><ins>the type models</ins> `regular_invocable` and the operators used by the
35+
or constrained by a concept <ins>whose semantic requirements include</ins> that
36+
<del>subsumes</del> <ins>the type models</ins> `regular_invocable` and the operators used by the
3537
analogous overloads to these parallel algorithms that are formed by an invocation with the
3638
specified default predicate or operation (where applicable) shall not directly
3739
or indirectly modify objects via their arguments, nor shall they rely on the identity of the

0 commit comments

Comments
 (0)