test-meerging

This commit is contained in:
Gennadiy Civil
2018-04-16 15:52:47 -04:00
parent ec425d7160
commit 3f88bb1831
2 changed files with 6 additions and 34 deletions

View File

@@ -5211,6 +5211,12 @@ inline internal::AnyOfMatcher<Args...> AnyOf(const Args&... matchers) {
return internal::AnyOfMatcher<Args...>(matchers...);
}
template <typename... Args>
inline internal::UnorderedElementsAreMatcher<Args...>
UnorderedElementsAreMatcher(const Args&... matchers) {
return internal::UnorderedElementsAreMatcher<Args...>(matchers...);
}
#endif // GTEST_LANG_CXX11
// AllArgs(m) is a synonym of m. This is useful in