This is an automated email from the ASF dual-hosted git repository.
wutao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git
The following commit(s) were added to refs/heads/master by this push:
new c9f442d fix: compilation error in pegasus_utils (#675)
c9f442d is described below
commit c9f442d058a42bf7051625c4ed8b3ae3d0205b1d
Author: Wu Tao <[email protected]>
AuthorDate: Mon Jan 18 09:41:52 2021 -0600
fix: compilation error in pegasus_utils (#675)
---
src/base/pegasus_utils.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/base/pegasus_utils.h b/src/base/pegasus_utils.h
index 4bd3111..38f3207 100644
--- a/src/base/pegasus_utils.h
+++ b/src/base/pegasus_utils.h
@@ -62,7 +62,7 @@ public:
result.emplace_front(_queue.top());
_queue.pop();
}
- return std::move(result);
+ return result;
}
protected:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]