You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pegasus.apache.org by wu...@apache.org on 2021/01/18 15:42:03 UTC

[incubator-pegasus] branch master updated: fix: compilation error in pegasus_utils (#675)

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 <wu...@163.com>
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: commits-unsubscribe@pegasus.apache.org
For additional commands, e-mail: commits-help@pegasus.apache.org