Question
How to use C++17 standard in STM32CubeIDE
Hi,
I'm working on a new Firmware Framework, but I need to use C++17 standard. I used STM32CubeMx tools for generating code and now I'm compiling with C++14.
How I can change standard? Instead to compile with C++14 I want to compile using C++17.
