Displaying 1 result from an estimated 1 matches for "gtest_disallow_assign_".
2018 Sep 13
2
New warnings when building trunk with GCC 9
...iledMatcher’ has user-provided ‘void
llvm::FailedMatcher::operator=(const llvm::FailedMatcher&)’
873 | void operator=(type const &)
| ^~~~~~~~
/home/davidbolvansky/trunk/llvm/utils/unittest/googlemock/include/gmock/gmock-generated-matchers.h:1417:5:
note: in expansion of macro ‘GTEST_DISALLOW_ASSIGN_’
1417 | GTEST_DISALLOW_ASSIGN_(name##Matcher);\
| ^~~~~~~~~~~~~~~~~~~~~~
/home/davidbolvansky/trunk/llvm/include/llvm/Testing/Support/Error.h:145:1:
note: in expansion of macro ‘MATCHER’
145 | MATCHER(Failed, "") { return !arg.Success(); }
-------------- next part -----------...