From Jason Turner

[algorithms.parallel.exceptions]

Diff to HTML by rtfpessoa

tmp/tmprzn8ev2q/{from.md → to.md} RENAMED
@@ -4,7 +4,7 @@ During the execution of a parallel algorithm, if temporary memory
4
  resources are required for parallelization and none are available, the
5
  algorithm throws a `bad_alloc` exception.
6
 
7
  During the execution of a parallel algorithm, if the invocation of an
8
  element access function exits via an uncaught exception, the behavior is
9
- determined by the `ExecutionPolicy`.
10
 
 
4
  resources are required for parallelization and none are available, the
5
  algorithm throws a `bad_alloc` exception.
6
 
7
  During the execution of a parallel algorithm, if the invocation of an
8
  element access function exits via an uncaught exception, the behavior is
9
+ determined by the execution policy.
10