From Jason Turner

[algorithms.parallel.user]

Diff to HTML by rtfpessoa

tmp/tmptwf8d4aj/{from.md → to.md} RENAMED
@@ -2,10 +2,10 @@
2
 
3
  Unless otherwise specified, function objects passed into parallel
4
  algorithms as objects of type `Predicate`, `BinaryPredicate`, `Compare`,
5
  `UnaryOperation`, `BinaryOperation`, `BinaryOperation1`,
6
  `BinaryOperation2`, and the operators used by the analogous overloads to
7
- these parallel algorithms that could be formed by the invocation with
8
- the specified default predicate or operation (where applicable) shall
9
- not directly or indirectly modify objects via their arguments, nor shall
10
  they rely on the identity of the provided objects.
11
 
 
2
 
3
  Unless otherwise specified, function objects passed into parallel
4
  algorithms as objects of type `Predicate`, `BinaryPredicate`, `Compare`,
5
  `UnaryOperation`, `BinaryOperation`, `BinaryOperation1`,
6
  `BinaryOperation2`, and the operators used by the analogous overloads to
7
+ these parallel algorithms that are formed by an invocation with the
8
+ specified default predicate or operation (where applicable) shall not
9
+ directly or indirectly modify objects via their arguments, nor shall
10
  they rely on the identity of the provided objects.
11