mbed-os/TESTS/mbedmicro-mbed/static_assert
Christopher Haster 182c6a29f2 Added static assert macro
Added MBED_STATIC_ASSERT for compile-time assertions, results in
compile-time error if condition is false

The assertion acts as a declaration that can be placed at file scope, in
a code block (except after a label), or as a member of
a C++ class/struct/union.

Unfortunately, there does not exist a backup construct for use in
C class/struct/union contexts. An alternative macro,
MBED_STRUCT_STATIC_ASSERT provides this ability to avoid disabling
static assertions for the majority of mbed-supported C compilers.
2016-11-01 21:39:41 -05:00
..
main.cpp Added static assert macro 2016-11-01 21:39:41 -05:00
test_c.c Added static assert macro 2016-11-01 21:39:41 -05:00
test_cpp.cpp Added static assert macro 2016-11-01 21:39:41 -05:00