what version of C++ we can use for openframeworks development. C++23 vs C++17 #8221
SemanticZeus
started this conversation in
General
Replies: 1 comment
-
You might want to target C++17 for compatibility and more legacy support. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
right now I'm working on improving the compatibility of the ofxSvg addon.
I wrote a few functions that alternate the input SVG file in memory so that ofxSvg can process them.
I'm going to send a pull request shortly.
but my question is what is the maximum version of C++ we are allowed for the internal development of openframewroks.
I'm using C++23, but if we are limited to C++17 I should modify my code before sending a pull request.
thank you.
Beta Was this translation helpful? Give feedback.
All reactions