pitrou opened a new issue, #48589: URL: https://github.com/apache/arrow/issues/48589
### Describe the enhancement requested We use the `memcpy` trick in various cases to bit-convert between different types of the same width, we can now use the C++20 `std::bit_cast` API. ### Component(s) C++ -- 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]
