tmp/tmpwdcsap5q/{from.md → to.md}
RENAMED
|
@@ -9,8 +9,8 @@ policy type used as a unique type to disambiguate parallel algorithm
|
|
| 9 |
overloading and indicate that a parallel algorithm’s execution may be
|
| 10 |
parallelized and vectorized.
|
| 11 |
|
| 12 |
During the execution of a parallel algorithm with the
|
| 13 |
`execution::parallel_unsequenced_policy` policy, if the invocation of an
|
| 14 |
-
element access function exits via an
|
| 15 |
-
|
| 16 |
|
|
|
|
| 9 |
overloading and indicate that a parallel algorithm’s execution may be
|
| 10 |
parallelized and vectorized.
|
| 11 |
|
| 12 |
During the execution of a parallel algorithm with the
|
| 13 |
`execution::parallel_unsequenced_policy` policy, if the invocation of an
|
| 14 |
+
element access function exits via an exception, `terminate` is
|
| 15 |
+
invoked [[except.terminate]].
|
| 16 |
|