From Jason Turner

[depr.c.macros]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpaaycfgid/{from.md → to.md} +14 -0
tmp/tmpaaycfgid/{from.md → to.md} RENAMED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## Deprecated C macros <a id="depr.c.macros">[[depr.c.macros]]</a>
2
+
3
+ The header `<stdalign.h>` has the following macro:
4
+
5
+ ``` cpp
6
+ #define __alignas_is_defined 1
7
+ ```
8
+
9
+ The header `<stdbool.h>` has the following macro:
10
+
11
+ ``` cpp
12
+ #define __bool_true_false_are_defined 1
13
+ ```
14
+