Bug 22833 – [REG 2.083] error: 'string' is not a member of 'std'

Status
RESOLVED
Resolution
FIXED
Severity
regression
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
All
OS
Solaris
Creation time
2022-03-01T18:44:05Z
Last change time
2022-03-01T23:48:14Z
Keywords
pull
Assigned to
No Owner
Creator
Iain Buclaw

Comments

Comment #0 by ibuclaw — 2022-03-01T18:44:05Z
Comment #1 by ibuclaw — 2022-03-01T18:46:41Z
`#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