Previous: nullptr
, Up: ISO C Keyword Substitutes [Contents][Index]
static_assert
Gnulib module: assert-h
The assert-h
module arranges for both static_assert
and
<assert.h>
to be like standard C. See assert.h.
Portability problems fixed by Gnulib:
static_assert
.
<assert.h>
must be included before
using static_assert
.
Portability problems not fixed by Gnulib:
static_assert
is a macro.