-
Notifications
You must be signed in to change notification settings - Fork 438
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The document say gcc 4.8 is supported but failed to run with gcc 4.9.2 #1066
Comments
I found the option |
Yes, there are better ways to detect regex support than to check the compiler version. |
Google cpplint mark that only versions <= 4.9 have such problem. (google/styleguide#432) The GCC document shows that until GCC 11.2.0 |
I'll just exclude gcc 4.9.x just like 4.8.x |
It's easy to understand so didn't follow the template.
GCC didn't support
std::regex
at least in v4.9.2, see https://gcc.gnu.org/onlinedocs/gcc-4.9.2/libstdc++/manual/manual/status.html 7.11.2.The text was updated successfully, but these errors were encountered: