Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
static_assert
include/linux/build_bug.h
79
#define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr)
tools/include/linux/build_bug.h
80
#define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr)