kou commented on code in PR #45952:
URL: https://github.com/apache/arrow/pull/45952#discussion_r2016340643


##########
cpp/cmake_modules/ThirdpartyToolchain.cmake:
##########
@@ -5510,6 +5510,9 @@ function(build_azure_sdk)
   set(BUILD_SAMPLES FALSE)
   set(BUILD_TESTING FALSE)
   set(BUILD_WINDOWS_UWP TRUE)
+  # ICU 75.1 or later requires C++17 but Azure SDK for C++ still uses
+  # C++14. So we disable C++ API in ICU.

Review Comment:
   ```suggestion
     # C++14. So we disable C++ API in ICU.
     #
     # We can remove this after
     # https://github.com/Azure/azure-sdk-for-cpp/pull/6486 is merged.
   ```



-- 
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]

Reply via email to