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

Disable std::tr1 deprecation warning in MSVC for googletest. #93

Merged
merged 1 commit into from
Jan 5, 2018
Merged

Disable std::tr1 deprecation warning in MSVC for googletest. #93

merged 1 commit into from
Jan 5, 2018

Conversation

almann
Copy link
Contributor

@almann almann commented Jan 5, 2018

Visual Studio 17, tools update 2 (15.5) makes the use of std::tr1
deprecated and an error at /W3. This ignores that error and should
be removed once googletest fixes this upstream.

see: google/googletest#1111

Visual Studio 17, tools update 2 (15.5) makes the use of std::tr1
deprecated and an error at /W3.  This ignores that error and should
be removed once googletest fixes this upstream.

see: google/googletest#1111
@almann almann requested a review from tgregg January 5, 2018 05:26
@tgregg tgregg merged commit 564a140 into amazon-ion:master Jan 5, 2018
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 this pull request may close these issues.

2 participants