From Jason Turner

[cpp.predefined.ft]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpq3dhvuso/{from.md → to.md} +13 -5
tmp/tmpq3dhvuso/{from.md → to.md} RENAMED
@@ -6,52 +6,60 @@
6
  | `__cpp_aggregate_nsdmi` | `201304L` |
7
  | `__cpp_aggregate_paren_init` | `201902L` |
8
  | `__cpp_alias_templates` | `200704L` |
9
  | `__cpp_aligned_new` | `201606L` |
10
  | `__cpp_attributes` | `200809L` |
 
11
  | `__cpp_binary_literals` | `201304L` |
12
  | `__cpp_capture_star_this` | `201603L` |
13
- | `__cpp_char8_t` | `201811L` |
14
- | `__cpp_concepts` | `201907L` |
15
  | `__cpp_conditional_explicit` | `201806L` |
16
- | `__cpp_constexpr` | `201907L` |
17
  | `__cpp_constexpr_dynamic_alloc` | `201907L` |
18
  | `__cpp_constexpr_in_decltype` | `201711L` |
19
- | `__cpp_consteval` | `201811L` |
20
  | `__cpp_constinit` | `201907L` |
21
  | `__cpp_decltype` | `200707L` |
22
  | `__cpp_decltype_auto` | `201304L` |
23
  | `__cpp_deduction_guides` | `201907L` |
24
  | `__cpp_delegating_constructors` | `200604L` |
25
  | `__cpp_designated_initializers` | `201707L` |
26
  | `__cpp_enumerator_attributes` | `201411L` |
 
27
  | `__cpp_fold_expressions` | `201603L` |
28
  | `__cpp_generic_lambdas` | `201707L` |
29
  | `__cpp_guaranteed_copy_elision` | `201606L` |
30
  | `__cpp_hex_float` | `201603L` |
 
31
  | `__cpp_if_constexpr` | `201606L` |
32
  | `__cpp_impl_coroutine` | `201902L` |
33
  | `__cpp_impl_destroying_delete` | `201806L` |
34
  | `__cpp_impl_three_way_comparison` | `201907L` |
 
35
  | `__cpp_inheriting_constructors` | `201511L` |
36
  | `__cpp_init_captures` | `201803L` |
37
  | `__cpp_initializer_lists` | `200806L` |
38
  | `__cpp_inline_variables` | `201606L` |
39
  | `__cpp_lambdas` | `200907L` |
40
  | `__cpp_modules` | `201907L` |
 
 
41
  | `__cpp_namespace_attributes` | `201411L` |
42
  | `__cpp_noexcept_function_type` | `201510L` |
43
  | `__cpp_nontype_template_args` | `201911L` |
44
  | `__cpp_nontype_template_parameter_auto` | `201606L` |
45
  | `__cpp_nsdmi` | `200809L` |
46
- | `__cpp_range_based_for` | `201603L` |
47
  | `__cpp_raw_strings` | `200710L` |
48
  | `__cpp_ref_qualifiers` | `200710L` |
49
  | `__cpp_return_type_deduction` | `201304L` |
50
  | `__cpp_rvalue_references` | `200610L` |
 
51
  | `__cpp_sized_deallocation` | `201309L` |
52
  | `__cpp_static_assert` | `201411L` |
 
53
  | `__cpp_structured_bindings` | `201606L` |
54
  | `__cpp_template_template_args` | `201611L` |
55
  | `__cpp_threadsafe_static_init` | `200806L` |
56
  | `__cpp_unicode_characters` | `200704L` |
57
  | `__cpp_unicode_literals` | `200710L` |
 
6
  | `__cpp_aggregate_nsdmi` | `201304L` |
7
  | `__cpp_aggregate_paren_init` | `201902L` |
8
  | `__cpp_alias_templates` | `200704L` |
9
  | `__cpp_aligned_new` | `201606L` |
10
  | `__cpp_attributes` | `200809L` |
11
+ | `__cpp_auto_cast` | `202110L` |
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` |
42
  | `__cpp_inline_variables` | `201606L` |
43
  | `__cpp_lambdas` | `200907L` |
44
  | `__cpp_modules` | `201907L` |
45
+ | `__cpp_multidimensional_subscript` | `202211L` |
46
+ | `__cpp_named_character_escapes` | `202207L` |
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` |