From Jason Turner

[cpp.predefined.ft]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpcy24bab8/{from.md → to.md} +63 -0
tmp/tmpcy24bab8/{from.md → to.md} RENAMED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ **Table: Feature-test macros** <a id="cpp.predefined.ft">[cpp.predefined.ft]</a>
2
+
3
+ | Macro name | Value |
4
+ | --------------------------------------- | --------- |
5
+ | `__cpp_aggregate_bases` | `201603L` |
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` |
58
+ | `__cpp_user_defined_literals` | `200809L` |
59
+ | `__cpp_using_enum` | `201907L` |
60
+ | `__cpp_variable_templates` | `201304L` |
61
+ | `__cpp_variadic_templates` | `200704L` |
62
+ | `__cpp_variadic_using` | `201611L` |
63
+