mirror of
https://github.com/google/googletest.git
synced 2025-11-30 16:17:28 -05:00
Explicitly default copy constructor in BoundSecondMatcher Since C++11, implicit defaulting of copy constructors is deprecated for types with user-defined copy assignment operators, so we should explicitly default the copy constructor of BoundSecondMatcher. PiperOrigin-RevId: 287587847
162 KiB
162 KiB