Skip to content

Commit

Permalink
Merge pull request #30 from jaredhoberock/master
Browse files Browse the repository at this point in the history
Change D- numbers to N- numbers
  • Loading branch information
jaredhoberock committed Jul 3, 2014
2 parents 0444d75 + eeb8a87 commit 5216b03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ N4105 is document N4104 reformatted as a PDTS ballot document.

## Technical Changes

* D4070 - Improving the specification of the vector execution policy in Parallelism TS
* N4070 - Improving the specification of the vector execution policy in Parallelism TS
* Clarify which standard library functions are unsafe to call during `parallel_vector_execution_policy` algorithm execution

* N4063 - On Parallel Invocations of Functions in Parallelism TS
* Define *element access function*
* Define parallel algorithm semantics in terms of invocations of *element access functions*
* Prohibit `BinaryPredicate`, `Compare`, and `BinaryOperation` from modifying their arguments during parallel algorithm execution

* D4060 - Changes to `vector_execution_policy`
* N4060 - Changes to `vector_execution_policy`
* Rename `vector_execution_policy` to `parallel_vector_execution_policy`
* Rename `vec` to `par_vec`

Expand Down

0 comments on commit 5216b03

Please sign in to comment.