|
18372 | 18372 | The class \tcode{execution::sequenced_policy} is an execution policy type used
|
18373 | 18373 | as a unique type to disambiguate parallel algorithm overloading and require
|
18374 | 18374 | that a parallel algorithm's execution may not be parallelized.
|
| 18375 | + |
| 18376 | +\pnum |
| 18377 | +During the execution of a parallel algorithm with |
| 18378 | +the \tcode{execution::sequenced_policy_policy_policy} policy, |
| 18379 | +if the invocation of an element access function exits via an uncaught exception, |
| 18380 | +\tcode{terminate()} shall be called. |
18375 | 18381 | \end{itemdescr}
|
18376 | 18382 |
|
18377 | 18383 | \rSec2[execpol.par]{Parallel execution policy}
|
|
18386 | 18392 | The class \tcode{execution::parallel_policy} is an execution policy type used as
|
18387 | 18393 | a unique type to disambiguate parallel algorithm overloading and indicate that
|
18388 | 18394 | a parallel algorithm's execution may be parallelized.
|
| 18395 | + |
| 18396 | +\pnum |
| 18397 | +During the execution of a parallel algorithm with |
| 18398 | +the \tcode{execution::parallel_policy} policy, |
| 18399 | +if the invocation of an element access function exits via an uncaught exception, |
| 18400 | +\tcode{terminate()} shall be called. |
18389 | 18401 | \end{itemdescr}
|
18390 | 18402 |
|
18391 | 18403 | \rSec2[execpol.parunseq]{Parallel and unsequenced execution policy}
|
|
18401 | 18413 | used as a unique type to disambiguate parallel algorithm overloading and
|
18402 | 18414 | indicate that a parallel algorithm's execution may be parallelized and
|
18403 | 18415 | vectorized.
|
| 18416 | + |
| 18417 | +\pnum |
| 18418 | +During the execution of a parallel algorithm with |
| 18419 | +the \tcode{execution::parallel_policy_policy} policy, |
| 18420 | +if the invocation of an element access function exits via an uncaught exception, |
| 18421 | +\tcode{terminate()} shall be called. |
18404 | 18422 | \end{itemdescr}
|
18405 | 18423 |
|
18406 | 18424 | \rSec2[execpol.objects]{Execution policy objects}
|
|
0 commit comments