@@ -9,7 +9,17 @@ Dawn Perchik (co-editor) (Bright Side Computing, LLC)
9
9
10
10
## Acknowledgements
11
11
12
- ...
12
+ Special thanks to
13
+ Marshall Clow,
14
+ Jeff Garland,
15
+ and
16
+ Daniel Sunderland
17
+ for providing LaTeX sources for the LWG "Mandating" papers.
18
+
19
+ Special thanks to
20
+ Johel Ernesto Guerrero Peña
21
+ for reviewing the edits for many of the motions
22
+ and catching numerous issues.
13
23
14
24
Thanks to all those who have [submitted editorial
15
25
issues](https://github.com/cplusplus/draft/wiki/How-to-submit-an-editorial-issue)
@@ -94,20 +104,6 @@ The requested new value of this macro (`201907L`)
94
104
is lower than the value `201911L` introduced by
95
105
[P1716R3](http://wg21.link/po1716r3) (LWG motion 6).
96
106
97
- ## Feature test macros
98
-
99
- The following feature test macro changes were made
100
- after consultation with SG10,
101
- in addition to the feature test macro changes
102
- requested by motions:
103
-
104
- The feature test macro `__cpp_nontype_template_parameter_class` has been removed
105
- to indicate that the feature added by [P0732R2](http://wg21.link/p0732r2)
106
- is no longer present in the same form.
107
-
108
- The value of the feature test macro `__cpp_nontype_template_args` has been increased
109
- to `201911L` to indicate support for [P1907R1](http://wg21.link/p1907r1).
110
-
111
107
## Disposition of editorial NB comments on C++ 2020 CD1
112
108
113
109
Listed below are draft disposition for all comments that were
@@ -377,7 +373,13 @@ CH 02: Accepted, fixed in 5ee93fd7.
377
373
378
374
## Notable editorial changes
379
375
380
- ...
376
+ ### Section moves
377
+
378
+ Moved [temp.deduct.guide] under [temp.class],
379
+ alongside the description of members of class templates.
380
+
381
+ Moved [range.istream] under [range.factories].
382
+ `basic_istream_view` is a range factory not a range adaptor.
381
383
382
384
### Section label changes
383
385
@@ -386,7 +388,17 @@ CH 02: Accepted, fixed in 5ee93fd7.
386
388
387
389
## Feature test macros
388
390
389
- ...
391
+ The following feature test macro changes were made
392
+ after consultation with SG10,
393
+ in addition to the feature test macro changes
394
+ requested by motions:
395
+
396
+ The feature test macro `__cpp_nontype_template_parameter_class` has been removed
397
+ to indicate that the feature added by [P0732R2](http://wg21.link/p0732r2)
398
+ is no longer present in the same form.
399
+
400
+ The value of the feature test macro `__cpp_nontype_template_args` has been increased
401
+ to `201911L` to indicate support for [P1907R1](http://wg21.link/p1907r1).
390
402
391
403
## Minor editorial fixes
392
404
0 commit comments