User Activity

Title: How to enable C++17 (std::variant) in TouchGFX Simulator?Hello everyone,I'm working on a TouchGFX project in STM32CubeIDE and trying to use C++17 features in the simulator, specifically `std::variant`. However, when I compile the simulator cod...