Todd Lipcon has submitted this change and it was merged. 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 Reviewed-on: http://gerrit.cloudera.org:8080/2242 Tested-by: Kudu Jenkins Reviewed-by: Dan Burkert <[email protected]> --- M src/kudu/util/memory/arena.cc M src/kudu/util/memory/arena.h 2 files changed, 6 insertions(+), 7 deletions(-) Approvals: Dan Burkert: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/2242 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: If5218339809e6cb05461f978fe75860b97b01b61 Gerrit-PatchSet: 3 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
