FastLED 3.9.15
Loading...
Searching...
No Matches
new.h
Go to the documentation of this file.
1#pragma once
2
3// IWYU pragma: no_include "platforms/arm/is_arm.h"
4
5// Trampoline header - forwards to platform-specific placement new implementation
6// This header must be included BEFORE namespace fl opens to properly define the global operator new
7#include "platforms/new.h" // IWYU pragma: export