Skip to content
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

Incompatibility with C++17 #2284

Closed
tomalakgeretkal opened this issue Jun 13, 2019 · 0 comments · Fixed by #2285
Closed

Incompatibility with C++17 #2284

tomalakgeretkal opened this issue Jun 13, 2019 · 0 comments · Fixed by #2285

Comments

@tomalakgeretkal
Copy link
Contributor

Usage of std::unary_function (e.g. in gmock-matchers_test.cc), which was deprecated in C++11, is now illegal in C++17 as the feature was completely removed.

VS2017 accepted it still but it means projects bundling googletest (e.g. Crashpad) simply won't build in VS2019.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant