From Jason Turner

[execpol.unseq]

Diff to HTML by rtfpessoa

tmp/tmpusvnso4b/{from.md → to.md} RENAMED
@@ -10,8 +10,8 @@ that a parallel algorithm’s execution may be vectorized, e.g., executed
10
  on a single thread using instructions that operate on multiple data
11
  items.
12
 
13
  During the execution of a parallel algorithm with the
14
  `execution::unsequenced_policy` policy, if the invocation of an element
15
- access function exits via an uncaught exception, `terminate()` is
16
- called.
17
 
 
10
  on a single thread using instructions that operate on multiple data
11
  items.
12
 
13
  During the execution of a parallel algorithm with the
14
  `execution::unsequenced_policy` policy, if the invocation of an element
15
+ access function exits via an exception, `terminate` is invoked
16
+ [[except.terminate]].
17