You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kudu.apache.org by "Todd Lipcon (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/01/16 02:30:50 UTC

[kudu-CR] Fix build failure with a BOOST_FOREACH that snuck in

Hello Dan Burkert,

I'd like you to do a code review.  Please visit

    http://gerrit.cloudera.org:8080/1807

to review the following change.

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
---
M src/kudu/master/catalog_manager-test.cc
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/07/1807/1
-- 
To view, visit http://gerrit.cloudera.org:8080/1807
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie6f4c652764833b155d958bf2ae2f75ef044a643
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <to...@apache.org>
Gerrit-Reviewer: Dan Burkert <da...@cloudera.com>