Skip to content

[C++][Docs] Increase minimum gcc version required for building Arrow C++ from 7.1 to 9 #47025

Description

@amoeba

Describe the enhancement requested

#46813 introduced a requirement on gcc>=9 due to triggering a bug in gcc<9 related to lambda capture expressions. Since there's already consensus on increasing the minimum C++ standard version to C++20 (which would require gcc>=9), we can just increase the minimum gcc version to 9 now.

See #46990 (comment) for more context.

Component(s)

C++

Activity

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions