kszucs commented on a change in pull request #11211:
URL: https://github.com/apache/arrow/pull/11211#discussion_r714338472



##########
File path: cpp/src/gandiva/precompiled/CMakeLists.txt
##########
@@ -31,14 +31,13 @@ set(PRECOMPILED_SRCS
     ../../arrow/util/basic_decimal.cc)
 
 if(MSVC)
-  # clang pretends to be a particular version of MSVC. Version 1900 is
-  # Visual Studio 2015, 191[0-9] is Visual Studio 2017, and the standard
-  # library uses C++14 features, so we have to use that -std version to
-  # get the IR compilation to work
+  # clang pretends to be a particular version of MSVC. 191[0-9] is
+  # Visual Studio 2017, and the standard library uses C++14 features,
+  # so we have to use that -std version to get the IR compilation to work
   if(MSVC_VERSION MATCHES "^191[0-9]$")

Review comment:
       Does this mean that we support all MSVC versions starting from VS2017?




-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to