Created
October 26, 2023 16:12
-
-
Save jollyjonson/5865ce94f4bf056ed264b2a3fffb046b to your computer and use it in GitHub Desktop.
g++ version and the default C++ standard it compiles with
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
g++ -v && g++ -dM -E -x c++ /dev/null | grep -F __cplusplus |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment