Skip to content

Commit c2e6a49

Browse files
Merge pull request #52 from jaredhoberock/P0075R2
Apply P0075R2
2 parents 465f7fe + 255967e commit c2e6a49

File tree

4 files changed

+378
-14
lines changed

4 files changed

+378
-14
lines changed

README.md

+8-12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Document Number: N4699
2-
Date: 2017-10-16
1+
Document Number: N4707
2+
Date: 2017-11-XX
33
Revises:
44
Project: Programming Language C++
55
Project Number: TS 19570
@@ -9,20 +9,16 @@
99

1010
# Parallelism TS Editor's Report, pre-Albuquerque mailing
1111

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.
12+
N4706 is the proposed working draft of Parallelism TS Version 2. It contains changes to the Parallelism TS as directed by the committee at the Albuquerque meeting.
1313

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

1616
# Technical Changes
1717

18-
* Apply P0076R4 - Vector and Wavefront Policies.
18+
* Apply P0776R1 - Rebase the Parallelism TS onto the C++17 Standard
19+
* Apply P0075R2 - Template Library for Parallel For Loops
1920

20-
# Editorial Changes
21+
# Acknowledgements
2122

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.
23+
Thanks to Alisdair Meredith and Pablo Halpern for reviewing these changes.
2824

0 commit comments

Comments
 (0)