Title
Change wording to 'model' from 'subsumes' in [algorithms.parallel.user]
Status
wp
Section
[algorithms.parallel.user]
Submitter
Ruslan Arutyunyan

Created on 2025-11-07.00:00:00 last changed 1 month ago

Messages

Date: 2025-11-11.10:48:55

Proposed resolution:

This wording is relative to N5014.

  1. Modify [algorithms.parallel.user], as indicated:

    -1- Unless otherwise specified, invocable objects passed into parallel algorithms as objects of a type denoted by a template parameter named `Predicate`, `BinaryPredicate`, `Compare`, `UnaryOperation`, `BinaryOperation`, `BinaryOperation1`, `BinaryOperation2`, `BinaryDivideOp`, or constrained by a concept whose semantic requirements include that subsumes the type models `regular_invocable` and the operators used by the analogous overloads to these parallel algorithms that are formed by an invocation with the specified default predicate or operation (where applicable) shall not directly or indirectly modify objects via their arguments, nor shall they rely on the identity of the provided objects.

Date: 2025-11-11.10:48:55

[ Kona 2025-11-08; Status changed: Immediate → WP. ]

Date: 2025-11-07.19:25:53

[ Kona 2025-11-07; approved by LWG. Status changed: New → Immediate. ]

Date: 2025-11-07.00:00:00
Addresses US 155-253

“Subsumes” word does not work here because `regular_invocable` and `invocable` subsume each other.

Proposed change: Say that the type is required to model `regular_invocable`.

History
Date User Action Args
2025-11-11 10:48:55adminsetmessages: + msg15711
2025-11-11 10:48:55adminsetstatus: immediate -> wp
2025-11-07 19:25:53adminsetmessages: + msg15595
2025-11-07 19:25:53adminsetstatus: new -> immediate
2025-11-07 17:06:20adminsetmessages: + msg15585
2025-11-07 00:00:00admincreate