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

Build failure on visual studio 2015 #1033

Closed
dankegel opened this issue Mar 2, 2017 · 0 comments · Fixed by #1034
Closed

Build failure on visual studio 2015 #1033

dankegel opened this issue Mar 2, 2017 · 0 comments · Fixed by #1034

Comments

@dankegel
Copy link
Contributor

dankegel commented Mar 2, 2017

(See also #1010, #987, #823, and esp. #811.
I'm filing this in an effort to break the logjam with a simpler bug report and MR.)

With today's tip (release-1.8.0-31-gaa148eb), building after cmake -Dgtest_build_tests=1
on win10 with visual studio 2015 fails with errors:

hash_map(17): error C2338: <hash_map> is deprecated and will be REMOVED. ...
hash_set(17): error C2338: <hash_set> is deprecated and will be REMOVED. ...
googletest\test\gtest_catch_exceptions_test_.cc(152): error C2220: warning treated as error
googletest\test\gtest_catch_exceptions_test_.cc(152): warning C4297: 'CxxExceptionInDestructorTest::~CxxExceptionInDestructorTest': function assumed not to throw an exception but does

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