Thread overview
[Issue 22833] [REG 2.083] error: 'string' is not a member of 'std'
Mar 01, 2022
Iain Buclaw
Mar 01, 2022
Dlang Bot
Mar 01, 2022
Dlang Bot
March 01, 2022
https://issues.dlang.org/show_bug.cgi?id=22833

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuclaw@gdcproject.org

--- Comment #1 from Iain Buclaw <ibuclaw@gdcproject.org> ---
`#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.

--
March 01, 2022
https://issues.dlang.org/show_bug.cgi?id=22833

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@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

--
March 01, 2022
https://issues.dlang.org/show_bug.cgi?id=22833

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
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

--