bitrunner opened a new pull request, #6440: URL: https://github.com/apache/netbeans/pull/6440
This pull request adds C17, C23, C++20, and C++23 language standards. This only seems useful for netbeans managed makefile projects. I tested by making a new project and changing the standard and observing the build output on Linux with GCC 13.2.0 contains the expected compiler flag to enforce the selected standard. I also tested opening projects created prior to this change and verified their existing language standard settings are unchanged by this. This does not update the custom C/C++ lexical analyzer in netbeans for these standard revisions as that seems superseded by the switch to LSP. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
