Todd Lipcon has submitted this change and it was merged. Change subject: Fix build failure with a BOOST_FOREACH that snuck in ......................................................................
Fix build failure with a BOOST_FOREACH that snuck in Committing patches out of order caused a new BOOST_FOREACH to sneak in after the include was removed from a file. This converts it to C++11 foreach. Change-Id: Ie6f4c652764833b155d958bf2ae2f75ef044a643 Reviewed-on: http://gerrit.cloudera.org:8080/1807 Reviewed-by: Todd Lipcon <[email protected]> Tested-by: Todd Lipcon <[email protected]> --- M src/kudu/master/catalog_manager-test.cc 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Todd Lipcon: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/1807 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie6f4c652764833b155d958bf2ae2f75ef044a643 Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]>
