tmp/tmpz6zsjk9m/{from.md → to.md}
RENAMED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
### Header `<cassert>` synopsis <a id="cassert.syn">[[cassert.syn]]</a>
|
| 2 |
+
|
| 3 |
+
``` cpp
|
| 4 |
+
#define assert(E) see below
|
| 5 |
+
```
|
| 6 |
+
|
| 7 |
+
The contents are the same as the C standard library header `<assert.h>`,
|
| 8 |
+
except that a macro named `static_assert` is not defined.
|
| 9 |
+
|
| 10 |
+
ISO C 7.2.
|
| 11 |
+
|