19
Diagnostics library
[diagnostics]
19.3
Assertions
[assertions]
19.3.2
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/IEC 9899:2018, 7.2