Document Number: N4353
Date: 2015-01-06
Revises:
Project: Programming Language C++
Project Number: TS 19570
Reply-to: Jared Hoberock
NVIDIA Corporation
[email protected]
N4352 is the latest Parallelism TS Working Draft. It contains editorial changes to the Parallelism TS as directed by an editing committee appointed during the Urbana meeting to approve the correctness of the Parallelism TS working paper.
N4352 updates the previous draft, N4310, published in the post-Urbana mailing.
N4354 is document N4352 reformatted as a DTS ballot document. It updates N4312, which was published in the post-Urbana mailing.
- A missing signature for
execution_policy::typewas added to the synopsis in Section 2.7. - A missing
ExecutionPolicyoverload signature forfor_each_nwas added to the synopsis in Section 4.3.1. - Missing
ExecutionPolicyoverload signatures forreduce,exclusive_scan,inclusive_scan,transform_reduce,transform_exclusive_scan, andtransform_inclusive_scanwere added to the synopsis in Section 4.4.1.
Thanks to the review committee, who identified these issues.
- Hans Boehm
- Lawrence Crowl
- Alisdair Meredith