Skip to content

Commit 5f849d5

Browse files
committed
Update for pre-San Diego mailing
1 parent 40b35ed commit 5f849d5

File tree

2 files changed

+11
-19
lines changed

2 files changed

+11
-19
lines changed

README.md

+7-15
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,27 @@
1-
Document Number: N4756
2-
Date: 2018-06-26
1+
Document Number: N4774
2+
Date: 2018-10-08
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, post-Rapperswil mailing
10+
# Parallelism TS Editor's Report, pre-San Diego mailing
1111

12-
N4755 is the proposed working draft of Parallelism TS Version 2. It contains normative changes as directed by the ISO C++ Standards Committee at the 2018 Rapperswil meeting and editorial changes to the Parallelism TS.
12+
N4773 is the proposed working draft of Parallelism TS Version 2. It contains editorial changes to the Parallelism TS working draft.
1313

14-
N4755 updates the previous draft, N4742, published in the pre-Jacksonville mailing.
15-
16-
N4757 is document N4755 reformatted as a TS document.
14+
N4773 updates the previous draft, N4755, published in the post-Rapperswil mailing.
1715

1816
## Normative Changes
1917

20-
* Apply the proposed wording in [P0964R2](https://wg21.link/P0964R2) (Finding the right set of traits for `simd<T>`).
21-
* Apply the proposed wording in [P1111R0](https://wg21.link/P1111R0) (Resolutions to NB Comments on the Parallelism TS v2).
22-
* Apply the proposed wording in [P0820R4](https://wg21.link/P0820R4) (Feedback on P0214).
23-
* Apply the proposed wording in [P1118R0](https://wg21.link/P1118R0) (Concat and Split on `simd<>` objects).
18+
None.
2419

2520
## Editorial Changes
2621

27-
* Transliterated document source to LaTeX.
2822
* Various typographical corrections.
2923

3024
# Acknowledgements
3125

32-
Thanks to Matthias Kretz for help typesetting the final TS document.
33-
34-
Thanks to Matthias Kretz, Bryce Lelbach, Marshall Clow, and Hubert Tong for reviewing and suggesting editorial changes.
26+
Thanks to Hubert Tong for submitting editorial changes.
3527

src/config.tex

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
%!TEX root = ts.tex
22
%%--------------------------------------------------
33
%% Version numbers
4-
\newcommand{\docno}{N4755}
5-
\newcommand{\prevdocno}{N4744}
4+
\newcommand{\docno}{N4773}
5+
\newcommand{\prevdocno}{N4755}
66
\newcommand{\tsver}{201806}
77

88
%% Title
99
\newcommand{\doctitle}{\Cpp Extensions for Parallelism Version 2}
1010
% \newcommand{\frtitle}{\Cpp Extensions for Parallelism Version 2}
1111

1212
%% Release date
13-
\newcommand{\reldate}{\today}
14-
% \newcommand{\reldate}{2018-04-04}
13+
%\newcommand{\reldate}{\today}
14+
\newcommand{\reldate}{2018-10-08}
1515

1616
\newcommand{\copyrightyear}{2018}
1717

0 commit comments

Comments
 (0)