From Jason Turner

[cpp.predefined.ft]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmp9yljok22/{from.md → to.md} +18 -5
tmp/tmp9yljok22/{from.md → to.md} RENAMED
@@ -12,30 +12,36 @@
12
  | `__cpp_binary_literals` | `201304L` |
13
  | `__cpp_capture_star_this` | `201603L` |
14
  | `__cpp_char8_t` | `202207L` |
15
  | `__cpp_concepts` | `202002L` |
16
  | `__cpp_conditional_explicit` | `201806L` |
17
- | `__cpp_constexpr` | `202211L` |
 
18
  | `__cpp_constexpr_dynamic_alloc` | `201907L` |
 
19
  | `__cpp_constexpr_in_decltype` | `201711L` |
20
- | `__cpp_consteval` | `202211L` |
21
  | `__cpp_constinit` | `201907L` |
 
22
  | `__cpp_decltype` | `200707L` |
23
  | `__cpp_decltype_auto` | `201304L` |
24
- | `__cpp_deduction_guides` | `201907L` |
25
  | `__cpp_delegating_constructors` | `200604L` |
 
26
  | `__cpp_designated_initializers` | `201707L` |
27
  | `__cpp_enumerator_attributes` | `201411L` |
 
28
  | `__cpp_explicit_this_parameter` | `202110L` |
29
  | `__cpp_fold_expressions` | `201603L` |
30
  | `__cpp_generic_lambdas` | `201707L` |
31
  | `__cpp_guaranteed_copy_elision` | `201606L` |
32
  | `__cpp_hex_float` | `201603L` |
33
  | `__cpp_if_consteval` | `202106L` |
34
  | `__cpp_if_constexpr` | `201606L` |
35
  | `__cpp_impl_coroutine` | `201902L` |
36
  | `__cpp_impl_destroying_delete` | `201806L` |
 
37
  | `__cpp_impl_three_way_comparison` | `201907L` |
38
  | `__cpp_implicit_move` | `202207L` |
39
  | `__cpp_inheriting_constructors` | `201511L` |
40
  | `__cpp_init_captures` | `201803L` |
41
  | `__cpp_initializer_lists` | `200806L` |
@@ -47,25 +53,32 @@
47
  | `__cpp_namespace_attributes` | `201411L` |
48
  | `__cpp_noexcept_function_type` | `201510L` |
49
  | `__cpp_nontype_template_args` | `201911L` |
50
  | `__cpp_nontype_template_parameter_auto` | `201606L` |
51
  | `__cpp_nsdmi` | `200809L` |
 
 
 
52
  | `__cpp_range_based_for` | `202211L` |
53
  | `__cpp_raw_strings` | `200710L` |
54
  | `__cpp_ref_qualifiers` | `200710L` |
55
  | `__cpp_return_type_deduction` | `201304L` |
56
  | `__cpp_rvalue_references` | `200610L` |
57
  | `__cpp_size_t_suffix` | `202011L` |
58
  | `__cpp_sized_deallocation` | `201309L` |
59
- | `__cpp_static_assert` | `201411L` |
60
  | `__cpp_static_call_operator` | `202207L` |
61
- | `__cpp_structured_bindings` | `201606L` |
 
62
  | `__cpp_template_template_args` | `201611L` |
63
  | `__cpp_threadsafe_static_init` | `200806L` |
 
 
64
  | `__cpp_unicode_characters` | `200704L` |
65
  | `__cpp_unicode_literals` | `200710L` |
66
  | `__cpp_user_defined_literals` | `200809L` |
67
  | `__cpp_using_enum` | `201907L` |
68
  | `__cpp_variable_templates` | `201304L` |
 
69
  | `__cpp_variadic_templates` | `200704L` |
70
  | `__cpp_variadic_using` | `201611L` |
71
 
 
12
  | `__cpp_binary_literals` | `201304L` |
13
  | `__cpp_capture_star_this` | `201603L` |
14
  | `__cpp_char8_t` | `202207L` |
15
  | `__cpp_concepts` | `202002L` |
16
  | `__cpp_conditional_explicit` | `201806L` |
17
+ | `__cpp_consteval` | `202211L` |
18
+ | `__cpp_constexpr` | `202406L` |
19
  | `__cpp_constexpr_dynamic_alloc` | `201907L` |
20
+ | `__cpp_constexpr_exceptions` | `202411L` |
21
  | `__cpp_constexpr_in_decltype` | `201711L` |
22
+ | `__cpp_constexpr_virtual_inheritance` | `202506L` |
23
  | `__cpp_constinit` | `201907L` |
24
+ | `__cpp_contracts` | `202502L` |
25
  | `__cpp_decltype` | `200707L` |
26
  | `__cpp_decltype_auto` | `201304L` |
27
+ | `__cpp_deduction_guides` | `202207L` |
28
  | `__cpp_delegating_constructors` | `200604L` |
29
+ | `__cpp_deleted_function` | `202403L` |
30
  | `__cpp_designated_initializers` | `201707L` |
31
  | `__cpp_enumerator_attributes` | `201411L` |
32
+ | `__cpp_expansion_statements` | `202506L` |
33
  | `__cpp_explicit_this_parameter` | `202110L` |
34
  | `__cpp_fold_expressions` | `201603L` |
35
  | `__cpp_generic_lambdas` | `201707L` |
36
  | `__cpp_guaranteed_copy_elision` | `201606L` |
37
  | `__cpp_hex_float` | `201603L` |
38
  | `__cpp_if_consteval` | `202106L` |
39
  | `__cpp_if_constexpr` | `201606L` |
40
  | `__cpp_impl_coroutine` | `201902L` |
41
  | `__cpp_impl_destroying_delete` | `201806L` |
42
+ | `__cpp_impl_reflection` | `202506L` |
43
  | `__cpp_impl_three_way_comparison` | `201907L` |
44
  | `__cpp_implicit_move` | `202207L` |
45
  | `__cpp_inheriting_constructors` | `201511L` |
46
  | `__cpp_init_captures` | `201803L` |
47
  | `__cpp_initializer_lists` | `200806L` |
 
53
  | `__cpp_namespace_attributes` | `201411L` |
54
  | `__cpp_noexcept_function_type` | `201510L` |
55
  | `__cpp_nontype_template_args` | `201911L` |
56
  | `__cpp_nontype_template_parameter_auto` | `201606L` |
57
  | `__cpp_nsdmi` | `200809L` |
58
+ | `__cpp_pack_indexing` | `202311L` |
59
+ | `__cpp_placeholder_variables` | `202306L` |
60
+ | `__cpp_pp_embed` | `202502L` |
61
  | `__cpp_range_based_for` | `202211L` |
62
  | `__cpp_raw_strings` | `200710L` |
63
  | `__cpp_ref_qualifiers` | `200710L` |
64
  | `__cpp_return_type_deduction` | `201304L` |
65
  | `__cpp_rvalue_references` | `200610L` |
66
  | `__cpp_size_t_suffix` | `202011L` |
67
  | `__cpp_sized_deallocation` | `201309L` |
68
+ | `__cpp_static_assert` | `202306L` |
69
  | `__cpp_static_call_operator` | `202207L` |
70
+ | `__cpp_structured_bindings` | `202411L` |
71
+ | `__cpp_template_parameters` | `202502L` |
72
  | `__cpp_template_template_args` | `201611L` |
73
  | `__cpp_threadsafe_static_init` | `200806L` |
74
+ | `__cpp_trivial_relocatability` | `202502L` |
75
+ | `__cpp_trivial_union` | `202502L` |
76
  | `__cpp_unicode_characters` | `200704L` |
77
  | `__cpp_unicode_literals` | `200710L` |
78
  | `__cpp_user_defined_literals` | `200809L` |
79
  | `__cpp_using_enum` | `201907L` |
80
  | `__cpp_variable_templates` | `201304L` |
81
+ | `__cpp_variadic_friend` | `202403L` |
82
  | `__cpp_variadic_templates` | `200704L` |
83
  | `__cpp_variadic_using` | `201611L` |
84