Skip to content

Commit 9164ee0

Browse files
committed
Add skeleton Editors' Report.
1 parent f563f13 commit 9164ee0

File tree

1 file changed

+87
-0
lines changed

1 file changed

+87
-0
lines changed

papers/nxxxx.md

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
# Nxxxx Editors' Report -- Programming Languages -- C++
2+
3+
2019-11-xx
4+
Richard Smith (editor) (Google Inc)
5+
Thomas Köppe (co-editor) (Google DeepMind)
6+
Jens Maurer (co-editor)
7+
Dawn Perchik (co-editor) (Bright Side Computing, LLC)
8+
9+
10+
## Acknowledgements
11+
12+
...
13+
14+
Thanks to all those who have [submitted editorial
15+
issues](https://github.com/cplusplus/draft/wiki/How-to-submit-an-editorial-issue)
16+
and to those who have provided pull requests with fixes.
17+
18+
## New papers
19+
20+
* [Nxxxx](http://wg21.link/nxxxx) is the committee draft for C++20. It replaces [N4835](http://wg21.link/n4835).
21+
* Nxxxx is this Editors' Report.
22+
23+
## Motions incorporated into working draft
24+
25+
### Core working group motions
26+
27+
CWG motion 1: [Core issue resolutions](http://wg21.link/pxxxxr0) for N issues in "tentatively ready" status applied: **(DR)**
28+
29+
* [123](http://wg21.link/cwg123) Issue description
30+
* ...
31+
32+
CWG motion 2: [P1234R5 "Paper name"](http://wg21.link/p1234r5), resolving 3 NB comments:
33+
34+
* NB 123: Terse description of issue
35+
36+
### Library working group motions
37+
38+
...
39+
40+
## Notable changes to papers as moved
41+
42+
### CWG motion 1
43+
44+
...
45+
46+
## Disposition of editorial NB comments on C++ 2020 CD1
47+
48+
Listed below are draft disposition for all comments that were
49+
filed as editorial in the ISO 14882 CD (2019) NB comments,
50+
[Nxxxx](http://wg21.link/nxxxx).
51+
Except where otherwise noted, these dispositions only represent the current
52+
viewpoint of the Project Editor.
53+
54+
NB 1: Accepted, fixed in abc123
55+
56+
* Notes
57+
58+
NB 2: No consensus for change.
59+
60+
* Notes
61+
62+
NB 3: Accepted with modifications, fixed by 123abc
63+
64+
* **Modified resolution:** Something.
65+
66+
NB 4: **XWG to handle issue**
67+
68+
## Notable editorial changes
69+
70+
...
71+
72+
### Section label changes
73+
74+
...
75+
76+
## Feature test macros
77+
78+
...
79+
80+
## Minor editorial fixes
81+
82+
A log of editorial fixes made to the working draft since N4835 is below.
83+
This list excludes changes
84+
that do not affect the body text or only affect whitespace or typeface. For a
85+
complete list including such changes (or for the actual deltas applied by these
86+
changes), consult the [draft sources on github](https://github.com/cplusplus/draft/compare/n4835...nxxxx).
87+

0 commit comments

Comments
 (0)