Cheney-W opened a new issue, #42027:
URL: https://github.com/apache/arrow/issues/42027

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   Hello, I'm a member of Microsoft VCPKG, when I built `arrow:x64-windows` in 
an internal version of Visual Studio, it failed with following errors:
   `arrow/json/object_writer.h(39): error C2039: 'string': is not a member of 
'std'`
   
   This issue caused by the STL PR: microsoft/STL#4633, and according to the 
recommendations of the STL developers, the affected files need to include the 
Standard <string> header.
   
   I have applied this change in vcpkg by 
https://github.com/microsoft/vcpkg/pull/39160. Since this VS internal version 
has not been released yet, I am submitting this issue just to inform you.
   
   
   ### Component(s)
   
   C++


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