| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | assert: add STATIC_ASSERT macro | Nicolas Hillegeer | 2014-07-16 |
| Can be quite handy, attempt to provide fallbacks for compilers that don't support _Static_assert (which is technically a C11 feature). Suppress warnings as best we can (Clang and GCC warn that we're using a C11 feature while in C99 mode). Needs to be tested for MSVC still. | |||