https://issues.dlang.org/show_bug.cgi?id=22833
Iain Buclaw <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Iain Buclaw <[email protected]> --- `#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. --
