You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Visual Studio 2017 update 2 (15.5) emits deprecation warnings for each use of things in std::tr1. Unfortunately, gtest treats those warnings as errors.
Visual Studio 2017 update 2 (15.5) emits deprecation warnings for each use of things in std::tr1. Unfortunately, gtest treats those warnings as errors.
This issue is currently on the way to be fixed:
google/googletest#1111
In the meanwhile, the following workaround for cmake based projects is advised (read the notes at the end of the gtest issue):
This supresses the deprecation warnings.
The text was updated successfully, but these errors were encountered: