Files
cppdraft_translate/cppdraft/algorithms/parallel/exceptions.md
2025-10-25 03:02:53 +03:00

876 B

[algorithms.parallel.exceptions]

26 Algorithms library [algorithms]

26.3 Parallel algorithms [algorithms.parallel]

26.3.4 Parallel algorithm exceptions [algorithms.parallel.exceptions]

1

#

During the execution of a parallel algorithm, if temporary memory resources are required for parallelization and none are available, the algorithm throws a bad_alloc exception.

2

#

During the execution of a parallel algorithm, if the invocation of an element access function exits via an uncaught exception, the behavior is determined by the execution policy.