zephyr/lib
Thiago Macieira 034b458141 libc: Add support for static_assert
The C11 standard requires this. From 7.2 "Diagnostics <assert.h>"
paragraph 1:
> The header <assert.h> defines the assert and static_assert macros...

paragraph 3:
> The macro
>     static_assert
> expands to _Static_assert.

Since static_assert is a keyword in C++11, don't define it if C++.

Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>
2017-10-25 10:43:38 -07:00
..
json lib: json: move json.h to include/ 2017-10-03 14:50:14 -04:00
libc libc: Add support for static_assert 2017-10-25 10:43:38 -07:00
Kbuild lib: Add minimal JSON library 2017-03-09 20:33:45 +02:00
Kconfig lib: Add minimal JSON library 2017-03-09 20:33:45 +02:00
Makefile net: Restructure network protocols 2017-01-02 10:03:19 +01:00