tmp/tmpr403pifh/{from.md → to.md}
RENAMED
|
@@ -8,8 +8,8 @@ The class `execution::parallel_policy` is an execution policy type used
|
|
| 8 |
as a unique type to disambiguate parallel algorithm overloading and
|
| 9 |
indicate that a parallel algorithm’s execution may be parallelized.
|
| 10 |
|
| 11 |
During the execution of a parallel algorithm with the
|
| 12 |
`execution::parallel_policy` policy, if the invocation of an element
|
| 13 |
-
access function exits via an uncaught exception, `terminate()`
|
| 14 |
called.
|
| 15 |
|
|
|
|
| 8 |
as a unique type to disambiguate parallel algorithm overloading and
|
| 9 |
indicate that a parallel algorithm’s execution may be parallelized.
|
| 10 |
|
| 11 |
During the execution of a parallel algorithm with the
|
| 12 |
`execution::parallel_policy` policy, if the invocation of an element
|
| 13 |
+
access function exits via an uncaught exception, `terminate()` is
|
| 14 |
called.
|
| 15 |
|