• Abseil Team's avatar
    Googletest export · 306f3754
    Abseil Team authored
    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
    306f3754
gmock-matchers.h 162 KB