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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Mar 1 18:46:41 UTC 2022


https://issues.dlang.org/show_bug.cgi?id=22833

Iain Buclaw <ibuclaw at gdcproject.org> changed:

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

--- Comment #1 from Iain Buclaw <ibuclaw at 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.

--


More information about the Digitalmars-d-bugs mailing list