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++

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

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions