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