Skip to content

Instantly share code, notes, and snippets.

@kraj
Created April 4, 2015 15:47
Show Gist options
  • Save kraj/f2c68fd4ad96cdda6762 to your computer and use it in GitHub Desktop.
Save kraj/f2c68fd4ad96cdda6762 to your computer and use it in GitHub Desktop.
check if gcc >= 4.4 includes 5.x
#if (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) || (__GNUC__ > 4)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment