Homec4science

Googletest export

Authored by Abseil Team <absl-team@google.com> on Jan 9 2019, 22:08.

Description

Googletest export

Fix warning about deprecation of implicit operations such as copy constructors or assignment operators.

Specifically:

MatcherBase's default copy constructor, assignment operator, move operator, and move assignment operator are now declared explicitly rather than depending on the compiler implicit generation (which is disallowed/warned against due to MatcherBase's declaration of the destructor).

PiperOrigin-RevId: 228573333

Details

Committed
Gennadiy Civil <misterg@google.com>Jan 10 2019, 22:32
Pushed
trottetDec 4 2019, 13:52
Parents
R9484:50f1a77955bd: Merge pull request #2051 from enptfb55:master
Branches
Unknown
Tags
Unknown

Event Timeline

Gennadiy Civil <misterg@google.com> committed R9484:bc1023b4131c: Googletest export (authored by Abseil Team <absl-team@google.com>).Jan 10 2019, 22:32