Loading...
Searching...
No Matches
Go to the documentation of this file.
9#if (defined(__AVR__) || !defined(__has_include)) && (!defined(FASTLED_HAS_NEW))
13#define _NO_EXCEPT noexcept
15inline void *
operator new(fl::size,
void *ptr)
_NO_EXCEPT {
return ptr; }
16#elif __has_include(<new>)
18#elif __has_include(<new.h>)
20#elif __has_include("new.h")