vcpkg/ports/arrow
Cheney Wang 8c228c8eca
[arrow/concurrencpp/qtwebengine] Fix error C2039: 'string': is not a member of 'std' (#39160)
In an internal version of Visual Studio, `arrow`, `concurrencpp` and
`qtwebengine` install failed with following error:
```
arrow:        \cpp\src\arrow/json/object_writer.h(39): error C2039: 'string': is not a member of 'std'
concurrencpp: \include\concurrencpp/threads/thread.h(23): error C2039: 'string': is not a member of 'std'
qtwebengine:  \src\3rdparty\gn\src\gn\escape.h(77): error C2039: 'string': is not a member of 'std'
```
This issue caused by the STL PR:
https://github.com/microsoft/STL/pull/4633, and according to Stephan's
suggestion, the affected files need to include the `Standard <string>
header`.

I have submitted an issue on the qt upstream:
https://bugreports.qt.io/browse/QTBUG-126156
2024-06-10 16:46:17 -07:00
..
add-include-string.patch [arrow/concurrencpp/qtwebengine] Fix error C2039: 'string': is not a member of 'std' (#39160) 2024-06-10 16:46:17 -07:00
android.patch [arrow] Update to 16.0.0 (#38295) 2024-04-23 14:05:13 -04:00
msvc-static-name.patch
portfile.cmake [arrow/concurrencpp/qtwebengine] Fix error C2039: 'string': is not a member of 'std' (#39160) 2024-06-10 16:46:17 -07:00
remove-dll-suffix.patch [arrow] Remove the suffix .dll of ws2_32 (#38381) 2024-04-24 08:29:25 -04:00
thrift.patch [arrow] update to 11.0.0 (#30511) 2023-04-11 23:18:19 -07:00
usage [arrow] Update to 10.0.0 (#27687) 2022-11-11 14:36:32 -08:00
usage-acero [arrow] Fix the problem that feature acero and dataset cannot be used (#31765) 2023-06-06 14:53:23 -07:00
usage-dataset [arrow] Fix the problem that feature acero and dataset cannot be used (#31765) 2023-06-06 14:53:23 -07:00
usage-flight [arrow] Add Flight findpackage (#33934) 2023-09-26 20:37:01 -07:00
usage-flightsql [arrow] Fix feature FlightSQL (#36215) 2024-01-17 11:13:28 -08:00
usage-parquet [arrow] Update to 10.0.0 (#27687) 2022-11-11 14:36:32 -08:00
utf8proc.patch [arrow] update to 11.0.0 (#30511) 2023-04-11 23:18:19 -07:00
vcpkg.json [arrow/concurrencpp/qtwebengine] Fix error C2039: 'string': is not a member of 'std' (#39160) 2024-06-10 16:46:17 -07:00