You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I mean to improve the GCC_VERSION_AT_LEAST(major, minor) macro to GCC_VERSION_AT_LEAST(major, minor, patch) because the patch number is useful in some circumstances, such as here.
I mean to improve the
GCC_VERSION_AT_LEAST(major, minor)macro toGCC_VERSION_AT_LEAST(major, minor, patch)because the patch number is useful in some circumstances, such as here.Originally posted by @mikkoi in #212