From Jason Turner

[depr.stdalign.h.syn]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpek21k_sm/{from.md → to.md} +12 -0
tmp/tmpek21k_sm/{from.md → to.md} RENAMED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ### Header `<stdalign.h>` synopsis <a id="depr.stdalign.h.syn">[[depr.stdalign.h.syn]]</a>
2
+
3
+ ``` cpp
4
+ #define __alignas_is_defined 1
5
+ ```
6
+
7
+ The contents of the C++ header `<stdalign.h>` are the same as the C
8
+ standard library header `<stdalign.h>`, with the following changes: The
9
+ header `<stdalign.h>` does not define a macro named `alignas`.
10
+
11
+ See also: ISO C 7.15
12
+