Skip to content

Commit 922a8e0

Browse files
burblebeetkoeppe
authored andcommitted
CWG2659 Missing feature-test macro for lifetime extension in range-for loop
Fixes NB DE 038 (C++23 CD).
1 parent 9864641 commit 922a8e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/preprocessor.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1848,7 +1848,7 @@
18481848
\defnxname{cpp_nontype_template_args} & \tcode{201911L} \\ \rowsep
18491849
\defnxname{cpp_nontype_template_parameter_auto} & \tcode{201606L} \\ \rowsep
18501850
\defnxname{cpp_nsdmi} & \tcode{200809L} \\ \rowsep
1851-
\defnxname{cpp_range_based_for} & \tcode{201603L} \\ \rowsep
1851+
\defnxname{cpp_range_based_for} & \tcode{202211L} \\ \rowsep
18521852
\defnxname{cpp_raw_strings} & \tcode{200710L} \\ \rowsep
18531853
\defnxname{cpp_ref_qualifiers} & \tcode{200710L} \\ \rowsep
18541854
\defnxname{cpp_return_type_deduction} & \tcode{201304L} \\ \rowsep

0 commit comments

Comments
 (0)