CubeCell-Arduino icon indicating copy to clipboard operation
CubeCell-Arduino copied to clipboard

C++11 support

Open Koloblix opened this issue 7 months ago • 0 comments

Hi,

have some issues with librarys that use c++11, but compiler on Arduino IDE and Cubecell 1.7.0 works with c++98.

Setting # Override C++-Standard auf gnu++11 compiler.cpp.flags=-std=gnu++11

into platform.local.txt istnt working, with just more errors.

is there some workaround?

Koloblix avatar Jun 13 '25 07:06 Koloblix