@@ -9,7 +9,17 @@ Dawn Perchik (co-editor) (Bright Side Computing, LLC)
99
1010## Acknowledgements
1111
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.
1323
1424Thanks to all those who have [ submitted editorial
1525issues] ( https://github.com/cplusplus/draft/wiki/How-to-submit-an-editorial-issue )
@@ -94,20 +104,6 @@ The requested new value of this macro (`201907L`)
94104is lower than the value ` 201911L ` introduced by
95105[ P1716R3] ( http://wg21.link/po1716r3 ) (LWG motion 6).
96106
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-
111107## Disposition of editorial NB comments on C++ 2020 CD1
112108
113109Listed below are draft disposition for all comments that were
@@ -377,7 +373,13 @@ CH 02: Accepted, fixed in 5ee93fd7.
377373
378374## Notable editorial changes
379375
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.
381383
382384### Section label changes
383385
@@ -386,7 +388,17 @@ CH 02: Accepted, fixed in 5ee93fd7.
386388
387389## Feature test macros
388390
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 ) .
390402
391403## Minor editorial fixes
392404
0 commit comments