fdr400 opened a new pull request, #49871: URL: https://github.com/apache/arrow/pull/49871
### Rationale for this change `std::is_trivial` is deprecated since C++26, so it leads to warning when building app with Apache Arrow and new C++ standard ### What changes are included in this PR? This PR applies suggestion from libc++ code: `'is_trivial<std::shared_ptr<arrow::io::ReadableFile>>' is deprecated: Consider using is_trivially_copyable<T>::value && is_trivially_default_constructible<T>::value instead` ### Are these changes tested? Tested with CI ### Are there any user-facing changes? Changes allow user to build with warning as error flags -- 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]
