Skip to content

[C++] Replace std::is_same_v with std::same_as #50720

Description

@taepper

Describe the enhancement requested

C++20 provides the concept std::same_as which can replace the type-trait std::is_same_v in many cases. This replacement should be considered for the arrow code-base

Component(s)

C++

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