zephyr/subsys/cpp
Peter A. Bigot 6ade720851 treewide: avoid use of unsupported C++ specifiers
constexpr and noexcept were introduced as specifiers in C++11.  Avoid
referencing them when compiling for earlier versions of the language.

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
2019-12-13 17:19:54 -06:00
..
CMakeLists.txt cpp: Use malloc/free instead of kernel variants in new/delete 2019-11-26 12:41:54 -06:00
Kconfig cpp: Use malloc/free instead of kernel variants in new/delete 2019-11-26 12:41:54 -06:00
cpp_ctors.c cpp: support for 64-bit constructors 2019-07-30 18:55:34 -07:00
cpp_dtors.c
cpp_init_array.c
cpp_new.cpp treewide: avoid use of unsupported C++ specifiers 2019-12-13 17:19:54 -06:00
cpp_virtual.c style: add braces around if/while statements 2019-06-06 15:20:21 +02:00
cpp_vtable.cpp cpp: Use malloc/free instead of kernel variants in new/delete 2019-11-26 12:41:54 -06:00