tmp/tmpbxkobo3f/{from.md → to.md}
RENAMED
|
@@ -1,7 +1,9 @@
|
|
| 1 |
## Assertions <a id="assertions">[[assertions]]</a>
|
| 2 |
|
|
|
|
|
|
|
| 3 |
The header `<cassert>` provides a macro for documenting C++ program
|
| 4 |
assertions and a mechanism for disabling the assertion checks.
|
| 5 |
|
| 6 |
### Header `<cassert>` synopsis <a id="cassert.syn">[[cassert.syn]]</a>
|
| 7 |
|
|
|
|
| 1 |
## Assertions <a id="assertions">[[assertions]]</a>
|
| 2 |
|
| 3 |
+
### General <a id="assertions.general">[[assertions.general]]</a>
|
| 4 |
+
|
| 5 |
The header `<cassert>` provides a macro for documenting C++ program
|
| 6 |
assertions and a mechanism for disabling the assertion checks.
|
| 7 |
|
| 8 |
### Header `<cassert>` synopsis <a id="cassert.syn">[[cassert.syn]]</a>
|
| 9 |
|