22
Diagnostics library
[diagnostics]
22.3
Assertions
[assertions]
22.3.1
Header
<cassert>
synopsis
[cassert.syn]
#define assert(E)
see below
1
#
The contents are the same as the C standard library header
<assert.h>
, except that a macro named
static_assert
is not defined
.
See also:
ISO C 7
.
2
.