"git@developer.sourcefind.cn:yangql/googletest.git" did not exist on "d4f77c1e3a340b37f5bed5e1e4de7d741f1d1199"
Commit e86d1df3 authored by Jonny007-MKD's avatar Jonny007-MKD
Browse files

Avoid implicit move operator

parent 8c849c58
......@@ -1199,6 +1199,7 @@ public:
const std::string& get() const { return value; }
private:
AdditionalMessage& operator=(AdditionalMessage&&);
std::string value;
};
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment