Commit 273f8cb0 authored by Abseil Team's avatar Abseil Team Committed by CJ Johnson
Browse files

Googletest export

Add missing `is_gtest_matcher` to the polymorphic matcher example.

PiperOrigin-RevId: 353881883
parent 8a761867
...@@ -3627,6 +3627,8 @@ as adding templates in the right place. ...@@ -3627,6 +3627,8 @@ as adding templates in the right place.
class NotNullMatcher { class NotNullMatcher {
public: public:
using is_gtest_matcher = void;
// To implement a polymorphic matcher, we just need to make MatchAndExplain a // To implement a polymorphic matcher, we just need to make MatchAndExplain a
// template on its first argument. // template on its first argument.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment