From 6966557e66430bb1c79e6ea183d333c7ab666df1 Mon Sep 17 00:00:00 2001 From: Jared Hoberock Date: Mon, 11 Mar 2019 17:50:00 -0500 Subject: [PATCH] Add paper numbers. --- README.md | 14 +++++++------- src/config-wd.tex | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index df2da83..00d81f0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ - Document Number: N4797 - Date: 2019-01-21 + Document Number: N4809 + Date: 2019-03-11 Revises: Project: Programming Language C++ Project Number: TS 19570 @@ -7,11 +7,11 @@ NVIDIA Corporation jhoberock@nvidia.com -# Parallelism TS Editor's Report, pre-Kona mailing +# Parallelism TS Editor's Report, post-Kona mailing -N4796 is the proposed working draft of Parallelism TS Version 2. It contains editorial changes to the Parallelism TS working draft. +N4808 is the proposed working draft of Parallelism TS Version 2. It contains editorial changes to the Parallelism TS working draft. -N4796 updates the previous draft, N4793, published in the post-San Diego mailing. +N4808 updates the previous draft, N4796, published in the pre-Kona mailing. ## Normative Changes @@ -19,9 +19,9 @@ None. ## Editorial Changes -* Fix typo in non-normative note. +* Fix typo in `simd::reference::swap`'s exposition in [parallel.simd.reference]. # Acknowledgements -Thanks to Jö Fahlke for identifying this change and to Matthias Kretz for reviewing it. +Thanks to Jö Fahlke for identifying this change. diff --git a/src/config-wd.tex b/src/config-wd.tex index c262bb0..dce0a65 100644 --- a/src/config-wd.tex +++ b/src/config-wd.tex @@ -1,15 +1,15 @@ %!TEX root = ts.tex %%-------------------------------------------------- %% Version numbers -\newcommand{\docno}{N4796} -\newcommand{\prevdocno}{N4793} +\newcommand{\docno}{N4808} +\newcommand{\prevdocno}{N4796} \newcommand{\tsver}{201806} %% Title \newcommand{\doctitle}{\Cpp Extensions for Parallelism Version 2} %% Release date -\newcommand{\reldate}{2019-01-21} +\newcommand{\reldate}{2019-03-11} \newcommand{\copyrightyear}{2019}