pitrou opened a new pull request #10925: URL: https://github.com/apache/arrow/pull/10925
Fix this error: ``` C:\Miniconda37-x64\envs\arrow\Library\include\boost/process/detail/traits/wchar_t.hpp(150): error C2039: 'transform': is not a member of 'std' C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\locale(20): note: see declaration of 'std' C:\Miniconda37-x64\envs\arrow\Library\include\boost/process/detail/traits/wchar_t.hpp(150): error C3861: 'transform': identifier not found ``` .. seen on AppVeyor: https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/40350532/job/xr1qhmak9jtdn7rl#L1217 The underlying problem may be a missing include in boost/process. -- 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]
