Skip to content

Instantly share code, notes, and snippets.

@Dup4
Last active December 30, 2021 15:43
Show Gist options
  • Select an option

  • Save Dup4/b5f85f1affe6e4959a52ee12332b0b31 to your computer and use it in GitHub Desktop.

Select an option

Save Dup4/b5f85f1affe6e4959a52ee12332b0b31 to your computer and use it in GitHub Desktop.
get g++ default cpp version
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