Skip to content

Commit 2aa6088

Browse files
committed
[cpp.predefined] Bump value of __cpp_nontype_template_args to 201911L
for P1907R1, and remove __cpp_nontype_template_parameter_class to indicate that the feature added by P0732R2 is no longer present in that form.
1 parent 0e0a290 commit 2aa6088

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

papers/nxxxx.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,15 @@ CWG motion 2: [P1234R5 "Paper name"](http://wg21.link/p1234r5), resolving 3 NB c
4343

4444
...
4545

46+
## Feature test macros
47+
48+
The feature test macro `__cpp_nontype_template_parameter_class` has been removed
49+
to indicate that the feature added by [P0732R2](http://wg21.link/p0732r2)
50+
is no longer present in the same form.
51+
52+
The value of the feature test macro `__cpp_nontype_template_args` has been increased
53+
to `201911L` to indicate support for [P1907R1](http://wg21.link/p1907r1).
54+
4655
## Disposition of editorial NB comments on C++ 2020 CD1
4756

4857
Listed below are draft disposition for all comments that were

source/preprocessor.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1661,9 +1661,8 @@
16611661
\defnxname{cpp_modules} & \tcode{201907L} \\ \rowsep
16621662
\defnxname{cpp_namespace_attributes} & \tcode{201411L} \\ \rowsep
16631663
\defnxname{cpp_noexcept_function_type} & \tcode{201510L} \\ \rowsep
1664-
\defnxname{cpp_nontype_template_args} & \tcode{201411L} \\ \rowsep
1664+
\defnxname{cpp_nontype_template_args} & \tcode{201911L} \\ \rowsep
16651665
\defnxname{cpp_nontype_template_parameter_auto} & \tcode{201606L} \\ \rowsep
1666-
\defnxname{cpp_nontype_template_parameter_class} & \tcode{201806L} \\ \rowsep
16671666
\defnxname{cpp_nsdmi} & \tcode{200809L} \\ \rowsep
16681667
\defnxname{cpp_range_based_for} & \tcode{201603L} \\ \rowsep
16691668
\defnxname{cpp_raw_strings} & \tcode{200710L} \\ \rowsep

0 commit comments

Comments
 (0)