Hello Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/2242
to look at the new patch set (#2).
Change subject: arena: switch from shared_ptr components to unique_ptr
......................................................................
arena: switch from shared_ptr components to unique_ptr
We used to use shared_ptr here for laziness rather than for any
real sharing. unique_ptr works just as well, now that we are
in C++11.
Change-Id: If5218339809e6cb05461f978fe75860b97b01b61
---
M src/kudu/util/memory/arena.cc
M src/kudu/util/memory/arena.h
2 files changed, 6 insertions(+), 7 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/42/2242/2
--
To view, visit http://gerrit.cloudera.org:8080/2242
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: If5218339809e6cb05461f978fe75860b97b01b61
Gerrit-PatchSet: 2
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <[email protected]>
Gerrit-Reviewer: Dan Burkert <[email protected]>
Gerrit-Reviewer: Kudu Jenkins