Closed noahwilliamsson closed 3 years ago
#include "foo\bar.h" was previously undefined behavior, and not all compilers support it.
#include "foo\bar.h"
Found when attempting to build the code with an ARM GCC 7.2 toolchain under PlatformIO.
#include "foo\bar.h"
was previously undefined behavior, and not all compilers support it.Found when attempting to build the code with an ARM GCC 7.2 toolchain under PlatformIO.