Skip to content

Commit 8ee8d2d

Browse files
authored
[cpp.predefined] Sort __cpp_consteval before __cpp_constexpr (#8504)
1 parent 2a7f36a commit 8ee8d2d

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
@@ -2341,12 +2341,12 @@
23412341
\defnxname{cpp_char8_t} & \tcode{202207L} \\ \rowsep
23422342
\defnxname{cpp_concepts} & \tcode{202002L} \\ \rowsep
23432343
\defnxname{cpp_conditional_explicit} & \tcode{201806L} \\ \rowsep
2344+
\defnxname{cpp_consteval} & \tcode{202211L} \\ \rowsep
23442345
\defnxname{cpp_constexpr} & \tcode{202406L} \\ \rowsep
23452346
\defnxname{cpp_constexpr_dynamic_alloc} & \tcode{201907L} \\ \rowsep
23462347
\defnxname{cpp_constexpr_exceptions} & \tcode{202411L} \\ \rowsep
23472348
\defnxname{cpp_constexpr_in_decltype} & \tcode{201711L} \\ \rowsep
23482349
\defnxname{cpp_constexpr_virtual_inheritance} & \tcode{202506L} \\ \rowsep
2349-
\defnxname{cpp_consteval} & \tcode{202211L} \\ \rowsep
23502350
\defnxname{cpp_constinit} & \tcode{201907L} \\ \rowsep
23512351
\defnxname{cpp_contracts} & \tcode{202502L} \\ \rowsep
23522352
\defnxname{cpp_decltype} & \tcode{200707L} \\ \rowsep

0 commit comments

Comments
 (0)