googletest/googlemock/docs
Abseil Team 4bf466236d Googletest export
Add a breadcrumb about nullopt comparison near the Optional() matcher.

Also add a note about how otherwise-spurious 'Eq()' may be needed in some cases. Without this, something like Field(&MyStruct::optional_field_without_equals_equals, absl::nullopt) doesn't work - it converts the nullopt to an optional<> of the non-equalable type, and fails to select the operator==(optional<>, nullopt_t) overload. The Eq() lets the type persist later into the match.

PiperOrigin-RevId: 281305519
2019-11-20 14:16:45 -05:00
..
cheat_sheet.md Googletest export 2019-11-20 14:16:45 -05:00
cook_book.md Googletest export 2019-09-27 16:48:26 -04:00
for_dummies.md Fix typo in documents 2019-10-01 14:24:55 +09:00
gmock_faq.md
pump_manual.md Merge pull request #2548 from kuzkry:update-pump-manual 2019-11-05 17:08:27 -05:00