Skip to content

Commit 5216b03

Browse files
committed
Merge pull request #30 from jaredhoberock/master
Change D- numbers to N- numbers
2 parents 0444d75 + eeb8a87 commit 5216b03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ N4105 is document N4104 reformatted as a PDTS ballot document.
1919

2020
## Technical Changes
2121

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

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

30-
* D4060 - Changes to `vector_execution_policy`
30+
* N4060 - Changes to `vector_execution_policy`
3131
* Rename `vector_execution_policy` to `parallel_vector_execution_policy`
3232
* Rename `vec` to `par_vec`
3333

0 commit comments

Comments
 (0)