mirror of
https://github.com/google/googletest.git
synced 2025-11-08 22:33:51 -05:00
Googletest export
Add missing `is_gtest_matcher` to the polymorphic matcher example. PiperOrigin-RevId: 353881883
This commit is contained in:
@@ -3627,6 +3627,8 @@ as adding templates in the right place.
|
||||
|
||||
class NotNullMatcher {
|
||||
public:
|
||||
using is_gtest_matcher = void;
|
||||
|
||||
// To implement a polymorphic matcher, we just need to make MatchAndExplain a
|
||||
// template on its first argument.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user