Loading...
Searching...
No Matches
Go to the documentation of this file.
8#if (defined(__AVR__) || !defined(__has_include)) && (!defined(FASTLED_HAS_NEW))
12#define _NO_EXCEPT noexcept
14inline void *
operator new(size_t,
void *ptr)
_NO_EXCEPT {
return ptr; }
15#elif __has_include(<new>)
17#elif __has_include(<new.h>)
19#elif __has_include("new.h")