`#include <string>` is guarded by __linux__ || __APPLE__ || __FreeBSD__ || __DragonFly__.
On _WIN32 it is defined inline.
However, the test where `#include <string>` occurs is meant for linux only, so something is very wrong with the test logic here.
Comment #2 by dlang-bot — 2022-03-01T19:04:06Z
@ibuclaw updated dlang/dmd pull request #13739 "fix Issue 22833 - [REG 2.083] error: 'string' is not a member of 'std'" fixing this issue:
- fix Issue 22833 - [REG 2.083] error: 'string' is not a member of 'std'
https://github.com/dlang/dmd/pull/13739
Comment #3 by dlang-bot — 2022-03-01T23:48:14Z
dlang/dmd pull request #13739 "fix Issue 22833 - [REG 2.083] error: 'string' is not a member of 'std'" was merged into master:
- 6a4c19907673e172fd48870a8cd41a64a7050fb7 by Iain Buclaw:
fix Issue 22833 - [REG 2.083] error: 'string' is not a member of 'std'
https://github.com/dlang/dmd/pull/13739