mirror of
https://github.com/google/googletest.git
synced 2025-12-01 16:47:28 -05:00
Avoid implicit move operator
This commit is contained in:
@@ -1199,6 +1199,7 @@ public:
|
||||
const std::string& get() const { return value; }
|
||||
|
||||
private:
|
||||
AdditionalMessage& operator=(AdditionalMessage&&);
|
||||
std::string value;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user