tmp/tmpjq49ksi3/{from.md → to.md}
RENAMED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
### Header `<cstdbool>` synopsis <a id="depr.cstdbool.syn">[[depr.cstdbool.syn]]</a>
|
| 2 |
+
|
| 3 |
+
``` cpp
|
| 4 |
+
#define __bool_true_false_are_defined 1
|
| 5 |
+
```
|
| 6 |
+
|
| 7 |
+
The contents of the header `<cstdbool>` are the same as the C standard
|
| 8 |
+
library header `<stdbool.h>`, with the following changes: The header
|
| 9 |
+
`<cstdbool>` and the header `<stdbool.h>` shall not define macros named
|
| 10 |
+
`bool`, `true`, or `false`.
|
| 11 |
+
|
| 12 |
+
ISO C 7.18.
|
| 13 |
+
|