kou opened a new pull request, #49367: URL: https://github.com/apache/arrow/pull/49367
### Rationale for this change LLVM (clang) installed by vcpkg doesn't use libstdc++ installed by gcc-toolset. We need to use libstdc++ installed by gcc-toolset not system libstdc++ for C++20 support. ### What changes are included in this PR? * Use LLVM installed by llvm-toolset module that can use use libstdc++ installed by gcc-toolset * Move `boost-multiprecision` to `dev` feature because it's also used in `cpp/src/arrow/util/decimal_test.cc` ### Are these changes tested? Yes. ### Are there any user-facing changes? No. -- 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]
