You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.
Arduino is using the c++11 by default, and a manual compiler flag change is needed if c++14 or c++17 is needed. Could a more modern c++ version be set as the default, or could it be made easier to change it through the preferences?
The text was updated successfully, but these errors were encountered:
This is something that would need to be implemented in the Arduino boards platform. The platform system allows each platform author the flexibility to define how it needs to work for their boards, which could have very different requirements depending on the architecture and toolchain. It is certainly possible to do via the existing platform framework, easily configurable by the user via a custom board option menu (e.g., Tools > C++ Standard). You can get see a working implementation of exactly that here: MCUdude/MightyCore#205
Arduino is using the c++11 by default, and a manual compiler flag change is needed if c++14 or c++17 is needed. Could a more modern c++ version be set as the default, or could it be made easier to change it through the preferences?
The text was updated successfully, but these errors were encountered: