Closed Pharap closed 4 years ago
Using reinterpret_cast in a constexpr context is actually illegal, this code was only compiling because of Arduino's use of -fpermissive.
reinterpret_cast
constexpr
-fpermissive
Closes #65.
Using
reinterpret_cast
in aconstexpr
context is actually illegal, this code was only compiling because of Arduino's use of-fpermissive
.Closes #65.