reset and use local github workflow
This commit is contained in:
parent
5a5f3c116d
commit
20826e0665
@ -432,14 +432,6 @@ class GTEST_API_ Matcher<internal::StringView>
|
||||
#endif // GTEST_INTERNAL_HAS_STRING_VIEW
|
||||
|
||||
// Prints a matcher in a human-readable format.
|
||||
#if GTEST_INTERNAL_HAS_STRING_VIEW
|
||||
template <typename T = internal::StringView>
|
||||
std::ostream& operator<<(std::ostream& os, const Matcher<T>& matcher) {
|
||||
matcher.DescribeTo(&os);
|
||||
return os;
|
||||
}
|
||||
#endif // GTEST_INTERNAL_HAS_STRING_VIEW
|
||||
|
||||
template <typename T>
|
||||
std::ostream& operator<<(std::ostream& os, const Matcher<T>& matcher) {
|
||||
matcher.DescribeTo(&os);
|
||||
|
Loading…
x
Reference in New Issue
Block a user