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