FastLED
3.9.3
Loading...
Searching...
No Matches
inplacenew.h
1
#pragma once
2
3
4
#if __has_include(<new>)
5
#include <new>
6
#else
7
inline
void
*
operator
new
(size_t,
void
* ptr)
noexcept
{
8
return
ptr;
9
}
10
#endif
src
inplacenew.h
Generated on Thu Nov 14 2024 00:00:34 for FastLED by
1.11.0