Loading...
Searching...
No Matches
Go to the documentation of this file.
5#if (defined(__AVR__) || !defined(__has_include)) && (!defined(FASTLED_HAS_NEW))
9#define _NO_EXCEPT noexcept
14#elif __has_include(<new>)
16#elif __has_include(<new.h>)
18#elif __has_include("new.h")