Home | History | Annotate | Download | only in base

Lines Matching defs:static_assert

1454 // static_assert, and defining it for all toolchains avoids an extra level of
1461 // We support C++11's static_assert(expression, message) for all C++
1470 // static_assert.
1471 #ifndef static_assert // NOLINT
1473 // There's a native implementation of static_assert, no need to define our own.
1475 // C11's _Static_assert is available, and makes a great static_assert.
1476 #define static_assert _Static_assert
1479 #define static_assert GG_PRIVATE_STATIC_ASSERT
1488 // GG_PRIVATE_STATIC_ASSERT: A poor man's static_assert. This doesn't handle