Todd Lipcon has submitted this change and it was merged.

Change subject: generic_iterators: remove unnecessary shared_ptr
......................................................................


generic_iterators: remove unnecessary shared_ptr

This removes another case where we used vector<shared_ptr<...>> to work
around the lack of unique_ptr pre-C++11.

Change-Id: If700532645103f61395bd1797303ebcdf596b8fc
Reviewed-on: http://gerrit.cloudera.org:8080/3099
Tested-by: Kudu Jenkins
Reviewed-by: Adar Dembo <[email protected]>
---
M src/kudu/common/generic_iterators.cc
M src/kudu/common/generic_iterators.h
2 files changed, 10 insertions(+), 6 deletions(-)

Approvals:
  Adar Dembo: Looks good to me, approved
  Kudu Jenkins: Verified



-- 
To view, visit http://gerrit.cloudera.org:8080/3099
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: If700532645103f61395bd1797303ebcdf596b8fc
Gerrit-PatchSet: 2
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Dan Burkert <[email protected]>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Todd Lipcon <[email protected]>

Reply via email to