Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-17110 [C++] Move to C++17
  3. ARROW-17547

[C++] Adopt C++17 idioms and features for maintainability

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • 11.0.0
    • C++
    • None

    Description

      A first version of this task was attempted one year ago in https://github.com/apache/arrow/pull/10414

      Possible idioms to look for:

      • if constexpr to replace SFINAE hackery
      • std::from_chars and std::to_chars to replace locale-dependent number parsing/formatting
      • lambda capture move-construction

      Possibly sub-tasks:

      • regenerate Flatbuffers files for C++17 (see build-support/update-flatbuffers.sh)
      • update build-support/cpplint.py to newer upstream version

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              apitrou Antoine Pitrou
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated: