tmp/tmpllsufl9t/{from.md → to.md}
RENAMED
|
@@ -19,7 +19,7 @@ says “at most *expr*” or “exactly *expr*” and does not specify the
|
|
| 19 |
number of assignments or swaps, and *expr* is not already expressed with
|
| 20 |
𝑂() notation, the complexity of the algorithm shall be
|
| 21 |
𝑂(\placeholder{expr}).
|
| 22 |
|
| 23 |
Parallel algorithms shall not participate in overload resolution unless
|
| 24 |
-
`is_execution_policy_v<
|
| 25 |
|
|
|
|
| 19 |
number of assignments or swaps, and *expr* is not already expressed with
|
| 20 |
𝑂() notation, the complexity of the algorithm shall be
|
| 21 |
𝑂(\placeholder{expr}).
|
| 22 |
|
| 23 |
Parallel algorithms shall not participate in overload resolution unless
|
| 24 |
+
`is_execution_policy_v<remove_cvref_t<ExecutionPolicy>>` is `true`.
|
| 25 |
|