Hello Dan Burkert,
I'd like you to do a code review. Please visit
http://gerrit.cloudera.org:8080/3099
to review the following change.
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
---
M src/kudu/common/generic_iterators.cc
M src/kudu/common/generic_iterators.h
2 files changed, 10 insertions(+), 6 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/99/3099/1
--
To view, visit http://gerrit.cloudera.org:8080/3099
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: If700532645103f61395bd1797303ebcdf596b8fc
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <[email protected]>
Gerrit-Reviewer: Dan Burkert <[email protected]>