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
# It checks if the GNU g++ binary with C++0x/C++11 support is available.
32
+
# It first checks the major version of g++ and returns true if it is greater than 4. # If the major version is less than 0, it returns false. Otherwise, it checks for specific versions starting from 4.9 down to 4.3.
30
33
deffind_newer_gplusplus#:nodoc:
31
34
print"checking for apparent GNU g++ binary with C++0x/C++11 support... "
0 commit comments