Probably double check even if absel ?? Maybe that's the problem ?

This commit is contained in:
o-micron 2020-03-09 20:41:20 +02:00
parent 52e5df7a3c
commit ae5e0a101b

View File

@ -2223,7 +2223,7 @@ const char* StringFromGTestEnv(const char* flag, const char* default_val);
#endif // !defined(GTEST_INTERNAL_DEPRECATED)
#if GTEST_HAS_ABSL
#if GTEST_HAS_ABSL && __cplusplus >= 201703L // double check for c++17 support ?
// Always use absl::string_view for Matcher<> specializations if googletest
// is built with absl support.
# define GTEST_INTERNAL_HAS_STRING_VIEW 1