Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-3442 Modernize C++ syntax
  3. IMPALA-3443

Replace BOOST_FOREACH with ranged for() loops

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • Impala 2.5.0
    • Impala 2.6.0
    • Backend
    • None

    Description

      Replace all uses of BOOST_FOREACH(type var_name, container) with for (type var_name: container).

      Attachments

        Activity

          People

            henryr Henry Robinson
            henryr Henry Robinson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: