Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 2.5.0
-
None
Description
Replace all uses of BOOST_FOREACH(type var_name, container) with for (type var_name: container).
Replace all uses of BOOST_FOREACH(type var_name, container) with for (type var_name: container).