diff options
author | Abseil Team <absl-team@google.com> | 2019-12-30 16:28:03 -0500 |
---|---|---|
committer | Andy Soffer <asoffer@google.com> | 2020-01-02 16:49:38 -0500 |
commit | 306f3754a71d6d1ac644681d3544d06744914228 (patch) | |
tree | 929bb1153a26ed2194043d8a4b7c13e136abad1e /googlemock/scripts/generator/cpp | |
parent | 07ab939af757a4dd2b4506653b025db42419fcd9 (diff) | |
download | googletest-306f3754a71d6d1ac644681d3544d06744914228.tar.gz googletest-306f3754a71d6d1ac644681d3544d06744914228.tar.bz2 googletest-306f3754a71d6d1ac644681d3544d06744914228.zip |
Googletest export
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
Diffstat (limited to 'googlemock/scripts/generator/cpp')
0 files changed, 0 insertions, 0 deletions