h-vetinari commented on code in PR #13991:
URL: https://github.com/apache/arrow/pull/13991#discussion_r959907484


##########
docs/source/developers/cpp/building.rst:
##########
@@ -39,8 +39,8 @@ out-of-source. If you are not familiar with this terminology:
 
 Building requires:
 
-* A C++11-enabled compiler. On Linux, gcc 4.8 and higher should be
-  sufficient. For Windows, at least Visual Studio 2017 is required.
+* A C++17-enabled compiler. On Linux, gcc TODO and higher should be
+  sufficient. For Windows, at least Visual Studio TODO is required.

Review Comment:
   There's a bunch of information regarding this in 
https://docs.scipy.org/doc/scipy-1.9.1/dev/toolchain.html#c-language-standards 
(not the [dev](https://scipy.github.io/devdocs/dev/toolchain.html) version 
because main branch already moved to C++17 and removed some of that info), in 
short:
   ```suggestion
   * A C++17-enabled compiler. On Linux, gcc 7.1 and higher should be
     sufficient. For Windows, at least Visual Studio VS2017 is required.
   ```



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