mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-30 16:45:21 +00:00
This was added because GNU G++ doesn't support the built-in function used to produce a compile-time error when invalid parameters are passed to the macro imlementation. The template implementation does not work on declarations like this: mytype array[] = { ... } because it requires an explicit size for the template parameter. Remove the template specialization, and support C++ with a version of the macro that doesn't involve references to undefined builtins. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no> |
||
---|---|---|
.. | ||
__assert.h | ||
arch_interface.h | ||
atomic.h | ||
base64.h | ||
byteorder.h | ||
check.h | ||
crc.h | ||
dlist.h | ||
errno_private.h | ||
fdtable.h | ||
libc-hooks.h | ||
list_gen.h | ||
math_extras_impl.h | ||
math_extras.h | ||
mempool_base.h | ||
mempool.h | ||
mutex.h | ||
notify.h | ||
onoff.h | ||
printk.h | ||
rb.h | ||
ring_buffer.h | ||
sem.h | ||
sflist.h | ||
slist.h | ||
speculation.h | ||
sys_heap.h | ||
sys_io.h | ||
thread_stack.h | ||
time_units.h | ||
timeutil.h | ||
util.h |