https://issues.dlang.org/show_bug.cgi?id=22034
Mathias LANG <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |INVALID --- Comment #4 from Mathias LANG <[email protected]> --- Not linking Phobos is a feature, not a bug. Linking Phobos means linking in the D runtime, as Phobos depends on it. If you want this to work, use standard C function like `islower` (3). --
