Skip to content

Instantly share code, notes, and snippets.

@jollyjonson
Created October 26, 2023 16:12
Show Gist options
  • Save jollyjonson/5865ce94f4bf056ed264b2a3fffb046b to your computer and use it in GitHub Desktop.
Save jollyjonson/5865ce94f4bf056ed264b2a3fffb046b to your computer and use it in GitHub Desktop.
g++ version and the default C++ standard it compiles with
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