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