From Jason Turner

[cassert.syn]

Diff to HTML by rtfpessoa

tmp/tmpbinnswjw/{from.md → to.md} RENAMED
@@ -1,11 +1,6 @@
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
- See also: ISO C 7.2
11
-
 
1
  ### Header `<cassert>` synopsis <a id="cassert.syn">[[cassert.syn]]</a>
2
 
3
  ``` cpp
4
+ #define assert(...) see below
5
  ```
6