Skip to content

Commit 465f7fe

Browse files
Merge pull request #51 from jaredhoberock/P0776R1
This pull request implements the changes suggested by P0776R1
2 parents d37bb9c + cc73f5d commit 465f7fe

11 files changed

+723
-212
lines changed

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,28 @@
1-
Document Number: N4670
2-
Date: 2017-06-19
1+
Document Number: N4699
2+
Date: 2017-10-16
33
Revises:
44
Project: Programming Language C++
55
Project Number: TS 19570
66
Reply-to: Jared Hoberock
77
NVIDIA Corporation
88
99

10-
# Parallelism TS Editor's Report, pre-Toronto mailing
10+
# Parallelism TS Editor's Report, pre-Albuquerque mailing
1111

12-
N4669 is the proposed working draft of Parallelism TS Version 2. It contains editorial changes to the Parallelism TS to make it consistent with new ISO directives concerning "Scope", "Normative references", and "Terms and definitions" clauses.
12+
N4698 is the proposed working draft of Parallelism TS Version 2. It contains changes to the Parallelism TS as directed by the committee at the Toronto meeting, and editorial changes.
1313

14-
N4669 updates the previous draft, N4579, published in the pre-Jacksonville mailing.
14+
N4698 updates the previous draft, N4669, published in the pre-Toronto mailing.
1515

1616
# Technical Changes
1717

18-
None.
18+
* Apply P0076R4 - Vector and Wavefront Policies.
1919

2020
# Editorial Changes
2121

22-
* Introduced new Clause 1 - Scope
23-
* Introduced new Clause 2 - Normative references
24-
* Introduced new Clause 3 - Terms and definitions
25-
* Incremented the numbers of all existing clauses
22+
* Reformat Table 1 - Feature Test Macro(s), to match the style of the Library Fundamentals TS.
23+
24+
# Notes
25+
26+
* The pre-existing content of N4698 has not yet been harmonized with C++17. As a result, this content is named and namespaced inconsistently with the newly applied content of P0076R4. We anticipate that these inconsistencies will be harmonized by a future revision.
27+
* N4698 contains forward references to `for_loop` and `for_loop_strided`. We anticipate their introduction in a future revision.
2628

0 commit comments

Comments
 (0)