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
..
2024-06-03 22:53:49 -07:00
2024-06-07 02:09:58 -07:00
2024-06-02 23:03:43 -07:00
2024-05-29 23:40:46 -07:00
2024-05-29 01:57:56 -07:00
2024-05-29 01:57:56 -07:00
2024-05-29 01:57:56 -07:00
2024-05-29 01:57:56 -07:00
2024-05-29 01:57:56 -07:00
2024-05-29 01:57:56 -07:00
2024-05-29 01:57:56 -07:00
2024-05-29 01:57:56 -07:00
2024-05-29 01:57:56 -07:00
2024-05-29 01:57:56 -07:00
2024-05-29 01:57:56 -07:00
2024-05-29 01:57:56 -07:00
2024-05-29 01:57:56 -07:00
2024-05-29 01:57:56 -07:00
2024-05-29 01:57:56 -07:00
2024-05-29 01:57:56 -07:00
2024-05-29 01:57:56 -07:00
2024-05-29 01:57:56 -07:00
2024-05-27 14:33:42 -07:00
2024-05-24 19:40:17 -07:00
2024-05-29 23:37:24 -07:00
2024-05-24 19:19:10 -07:00
2024-06-06 00:03:55 -07:00
2024-06-06 00:05:32 -07:00
2024-05-27 15:26:45 -07:00
2024-06-06 01:14:30 -07:00
2024-05-29 23:41:15 -07:00
2024-05-30 10:25:32 -07:00
2024-05-27 23:21:55 -07:00
2024-06-03 22:52:41 -07:00
2024-06-03 22:08:45 -07:00
2024-06-06 01:14:30 -07:00
2024-05-27 15:37:23 -07:00
2024-06-07 02:15:48 -07:00
2024-06-03 22:09:27 -07:00
2024-05-30 10:48:16 -07:00
2024-05-30 10:48:16 -07:00
2024-05-30 10:48:16 -07:00
2024-05-30 10:48:16 -07:00
2024-05-30 10:48:16 -07:00
2024-05-30 10:48:16 -07:00
2024-06-02 22:14:47 -07:00
2024-06-03 22:07:22 -07:00
2024-06-07 21:08:50 -07:00
2024-06-10 16:22:04 -07:00
2024-05-31 02:56:45 -07:00
2024-05-27 14:24:04 -07:00
2024-05-27 14:34:10 -07:00