Commits


Sutou Kouhei authored and GitHub committed 5ec8b646688
GH-45053: [C++] Add support for Boost 1.87.0 (#45057) ### Rationale for this change Boost 1.87.0 removed `BOOST_PROCESS_V2_ASIO_NAMESPACE`: https://github.com/boostorg/process/commit/e827d145424ede0f912b10d4e2800e1da9a2867d ### What changes are included in this PR? Use `BOOST_PROCESS_V2_NAMESPACE::net` instead. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * GitHub Issue: #45053 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>