Skip to content

Commit ae62211

Browse files
committed
CWG2659 Missing feature-test macro for lifetime extension in range-for loop
Also fixes NB DE 038 (C++23 CD).
1 parent 9ce105b commit ae62211

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
@@ -1836,7 +1836,7 @@
18361836
\defnxname{cpp_nontype_template_args} & \tcode{201911L} \\ \rowsep
18371837
\defnxname{cpp_nontype_template_parameter_auto} & \tcode{201606L} \\ \rowsep
18381838
\defnxname{cpp_nsdmi} & \tcode{200809L} \\ \rowsep
1839-
\defnxname{cpp_range_based_for} & \tcode{201603L} \\ \rowsep
1839+
\defnxname{cpp_range_based_for} & \tcode{202211L} \\ \rowsep
18401840
\defnxname{cpp_raw_strings} & \tcode{200710L} \\ \rowsep
18411841
\defnxname{cpp_ref_qualifiers} & \tcode{200710L} \\ \rowsep
18421842
\defnxname{cpp_return_type_deduction} & \tcode{201304L} \\ \rowsep

0 commit comments

Comments
 (0)