Hello Internal Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/1871
to look at the new patch set (#2).
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.
The new support is enabled only in C++11, since status.h
is also sometimes included by non-C++11 client users.
Change-Id: Id91aff98764d6df4857c0123687dc417c3d97281
---
M src/kudu/util/status-test.cc
M src/kudu/util/status.h
2 files changed, 71 insertions(+), 0 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/71/1871/2
--
To view, visit http://gerrit.cloudera.org:8080/1871
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Id91aff98764d6df4857c0123687dc417c3d97281
Gerrit-PatchSet: 2
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <[email protected]>
Gerrit-Reviewer: Dan Burkert <[email protected]>
Gerrit-Reviewer: Internal Jenkins
Gerrit-Reviewer: Todd Lipcon <[email protected]>