Skip to content

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

Description

@asfimport

A first version of this task was attempted one year ago in #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

Reporter: Antoine Pitrou / @pitrou

Related issues:

Note: This issue was originally created as ARROW-17547. Please see the migration documentation for further details.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions