You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kudu.apache.org by "Todd Lipcon (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/01/22 04:13:46 UTC

[kudu-CR] Support move construction and assignment for Status

Hello Dan Burkert,

I'd like you to do a code review.  Please visit

    http://gerrit.cloudera.org:8080/1871

to review the following change.

Change subject: Support move construction and assignment for Status
......................................................................

Support move construction and assignment for Status

This ought to avoid some extra allocations and copies in
the common case of returning Status from a function.

Change-Id: Id91aff98764d6df4857c0123687dc417c3d97281
---
M src/kudu/util/status-test.cc
M src/kudu/util/status.h
2 files changed, 67 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/71/1871/1
-- 
To view, visit http://gerrit.cloudera.org:8080/1871
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id91aff98764d6df4857c0123687dc417c3d97281
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <to...@apache.org>
Gerrit-Reviewer: Dan Burkert <da...@cloudera.com>