Json
Json copied to clipboard
Json::operator=的一个问题
Json::operator=(const Json &rhs)和Json& Json::operator=(Json &&rhs) noexcept的实现中是不是都缺少 return *this
Json::operator=(const Json &rhs)和Json& Json::operator=(Json &&rhs) noexcept的实现中是不是都缺少 return *this
确实遗漏了,感谢指正