From Jason Turner

[cpp.cond.ha]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpyhwibyl1/{from.md → to.md} +14 -0
tmp/tmpyhwibyl1/{from.md → to.md} RENAMED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ **Table: __has_cpp_attribute values** <a id="cpp.cond.ha">[cpp.cond.ha]</a>
2
+
3
+ | Attribute | Value |
4
+ | -------------------- | --------- |
5
+ | `carries_dependency` | `200809L` |
6
+ | `deprecated` | `201309L` |
7
+ | `fallthrough` | `201603L` |
8
+ | `likely` | `201803L` |
9
+ | `maybe_unused` | `201603L` |
10
+ | `no_unique_address` | `201803L` |
11
+ | `nodiscard` | `201907L` |
12
+ | `noreturn` | `200809L` |
13
+ | `unlikely` | `201803L` |
14
+