Probably double check even if absel ?? Maybe that's the problem ?
This commit is contained in:
parent
52e5df7a3c
commit
ae5e0a101b
@ -2223,7 +2223,7 @@ const char* StringFromGTestEnv(const char* flag, const char* default_val);
|
|||||||
|
|
||||||
#endif // !defined(GTEST_INTERNAL_DEPRECATED)
|
#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
|
// Always use absl::string_view for Matcher<> specializations if googletest
|
||||||
// is built with absl support.
|
// is built with absl support.
|
||||||
# define GTEST_INTERNAL_HAS_STRING_VIEW 1
|
# define GTEST_INTERNAL_HAS_STRING_VIEW 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user