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
goto-gcc: select default language standard depending on emulated compiler
This ensures that goto-cc with no `-std` explicitly specified will expect the same
language standard as the underlying compiler's preprocessor -- so for example, using
`goto-cc test.cpp`, which invokes `g++-7 -E` to perform preprocessing, will be able to
parse the C++14 constructs in the standard library exposed because g++-6 and above
enable C++14 support by default.
0 commit comments