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

Remove references to std::tr1 #1037

Merged
merged 1 commit into from
Dec 12, 2017
Merged

Remove references to std::tr1 #1037

merged 1 commit into from
Dec 12, 2017

Conversation

jdonald
Copy link
Contributor

@jdonald jdonald commented Dec 12, 2017

Visual Studio 2017 version 15.5 has deprecated the std::tr1 namespace, leading to significant warning spew. It'll also fail to compile if we set the C++17 flag. The other condition where we could require <tr1/tuple> would be on Android if using STLport, but we've never supported that config.

According to the gtest docs, setting the flag in the build flow is preferred over editing gtest.h directly.

@jdonald jdonald added the upkeep label Dec 12, 2017
@jdonald jdonald added this to the v1.0.6 milestone Dec 12, 2017
@hham hham self-assigned this Dec 12, 2017
@hham
Copy link
Contributor

hham commented Dec 12, 2017

looks good.

@hham hham merged commit c8fb942 into master Dec 12, 2017
@hham hham deleted the dep-tr1 branch December 12, 2017 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants