pitrou commented on PR #45145: URL: https://github.com/apache/arrow/pull/45145#issuecomment-2572865396
`std::atomic<std::shared_ptr>` is a different _type_ than `std::shared_ptr`, so you would have to change the `boxed_fields_` definition (amongst users). But regardless, we can't make this change because `std::atomic<std::shared_ptr>` only [appeared in C++20](https://en.cppreference.com/w/cpp/memory/shared_ptr/atomic2). -- 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]
