You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Describe the enhancement requested
C++20 provides the concept
std::same_aswhich can replace the type-traitstd::is_same_vin many cases. This replacement should be considered for the arrow code-baseComponent(s)
C++