david1437 opened a new pull request, #46559: URL: https://github.com/apache/arrow/pull/46559
### Rationale for this change As C++ versions have increased certain patterns that used to be optimal have been replaced with new more powerful forms. In this scenario static inline functions can safely be replaced with constexpr. ### What changes are included in this PR? Changing type trait related functions that are static inline to instead be constexpr. ### Are these changes tested? Yes -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
