Skip to content

Commit b331a84

Browse files
jensmaurerzygoloid
authored andcommitted
P1353R0 Missing Feature Test Macros
1 parent 716bee3 commit b331a84

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

source/preprocessor.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1477,18 +1477,20 @@
14771477
\defnxname{cpp_binary_literals} & \tcode{201304L} \\ \rowsep
14781478
\defnxname{cpp_capture_star_this} & \tcode{201603L} \\ \rowsep
14791479
\defnxname{cpp_char8_t} & \tcode{201811L} \\ \rowsep
1480+
\defnxname{cpp_conditional_explicit} & \tcode{201806L} \\ \rowsep
14801481
\defnxname{cpp_constexpr} & \tcode{201603L} \\ \rowsep
14811482
\defnxname{cpp_decltype} & \tcode{200707L} \\ \rowsep
14821483
\defnxname{cpp_decltype_auto} & \tcode{201304L} \\ \rowsep
14831484
\defnxname{cpp_deduction_guides} & \tcode{201703L} \\ \rowsep
14841485
\defnxname{cpp_delegating_constructors} & \tcode{200604L} \\ \rowsep
14851486
\defnxname{cpp_enumerator_attributes} & \tcode{201411L} \\ \rowsep
1486-
\defnxname{cpp_explicit_bool} & \tcode{201806L} \\ \rowsep
14871487
\defnxname{cpp_fold_expressions} & \tcode{201603L} \\ \rowsep
14881488
\defnxname{cpp_generic_lambdas} & \tcode{201304L} \\ \rowsep
14891489
\defnxname{cpp_guaranteed_copy_elision} & \tcode{201606L} \\ \rowsep
14901490
\defnxname{cpp_hex_float} & \tcode{201603L} \\ \rowsep
14911491
\defnxname{cpp_if_constexpr} & \tcode{201606L} \\ \rowsep
1492+
\defnxname{cpp_impl_destroying_delete} & \tcode{201806L} \\ \rowsep
1493+
\defnxname{cpp_impl_three_way_comparison} & \tcode{201711L} \\ \rowsep
14921494
\defnxname{cpp_inheriting_constructors} & \tcode{201511L} \\ \rowsep
14931495
\defnxname{cpp_init_captures} & \tcode{201304L} \\ \rowsep
14941496
\defnxname{cpp_initializer_lists} & \tcode{200806L} \\ \rowsep

source/support.tex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,8 @@
575575
\tcode{<concepts>} \\ \rowsep
576576
\defnlibxname{cpp_lib_constexpr_swap_algorithms} & \tcode{201806L} &
577577
\tcode{<algorithm>} \\ \rowsep
578+
\defnlibxname{cpp_lib_destroying_delete} & \tcode{201806L} &
579+
\tcode{<new>} \\ \rowsep
578580
\defnlibxname{cpp_lib_enable_shared_from_this} & \tcode{201603L} &
579581
\tcode{<memory>} \\ \rowsep
580582
\defnlibxname{cpp_lib_exchange_function} & \tcode{201304L} &
@@ -668,6 +670,8 @@
668670
\tcode{<string>} \\ \rowsep
669671
\defnlibxname{cpp_lib_string_view} & \tcode{201606L} &
670672
\tcode{<string>} \tcode{<string_view>} \\ \rowsep
673+
\defnlibxname{cpp_lib_three_way_comparison} & \tcode{201711L} &
674+
\tcode{<compare>} \\ \rowsep
671675
\defnlibxname{cpp_lib_to_chars} & \tcode{201611L} &
672676
\tcode{<utility>} \\ \rowsep
673677
\defnlibxname{cpp_lib_transformation_trait_aliases} & \tcode{201304L} &

0 commit comments

Comments
 (0)