Skip to content

Commit e8524e0

Browse files
Merge pull request #73 from jaredhoberock/v2
Add N- document numbers
2 parents 64d8e96 + 6f5ba25 commit e8524e0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Document Number: NYYYY
1+
Document Number: N4756
22
Date: 2018-06-26
33
Revises:
44
Project: Programming Language C++
@@ -9,11 +9,11 @@
99

1010
# Parallelism TS Editor's Report, post-Rapperswil mailing
1111

12-
NXXXX 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+
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.
1313

14-
NXXXX updates the previous draft, N4742, published in the pre-Jacksonville mailing.
14+
N4755 updates the previous draft, N4742, published in the pre-Jacksonville mailing.
1515

16-
NZZZZ is document NXXXX reformatted as a TS document.
16+
N4757 is document N4755 reformatted as a TS document.
1717

1818
## Normative Changes
1919

src/config.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%!TEX root = ts.tex
22
%%--------------------------------------------------
33
%% Version numbers
4-
\newcommand{\docno}{Dxxxx}
4+
\newcommand{\docno}{N4755}
55
\newcommand{\prevdocno}{N4744}
66
\newcommand{\tsver}{201806}
77

0 commit comments

Comments
 (0)