-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C++11 support #9
Comments
This will take a little work, and I probably won't start working on it for a couple weeks. I think it is more than just changing the compiler version; there are probably some library and configuration updates in the platform core needed as well. |
Thank you! Sounds fantastic! :-) |
This is fantastic! |
I would also like to be added, please if possible add it soon. Thank you |
Hope you can add it very soon, i would appreciate it very much. Thank you :) |
Allso i Ask GPT To enable C++11 support, but didn't work. Can you add some modification please for platform's please? Here is GPT answer follow these steps based on your development environment: For Arduino IDE:
For the ESP32: hardware/espressif/esp32/platform.txt
compiler.cpp.flags=-std=gnu++11 -fno-exceptions -fno-rtti ...
For PlatformIO:
build_flags = -std=gnu++11
For Other IDEs (e.g., Visual Studio, Eclipse):
Let me know if this resolves your issue! |
How to enable C++11 support?
I am unable to compile modern libraries that require the C++11 features such as class member initialization :-( .
With best regards,
Boian Mitov
The text was updated successfully, but these errors were encountered: