mirror of
https://github.com/google/googletest.git
synced 2025-01-08 13:15:43 +08:00
Avoid implicit move operator
This commit is contained in:
parent
8c849c584c
commit
e86d1df3e1
@ -1199,6 +1199,7 @@ public:
|
||||
const std::string& get() const { return value; }
|
||||
|
||||
private:
|
||||
AdditionalMessage& operator=(AdditionalMessage&&);
|
||||
std::string value;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user