druntime redesign
Denis Feklushkin
feklushkin.denis at gmail.com
Tue May 19 16:28:17 UTC 2020
On Tuesday, 19 May 2020 at 05:02:41 UTC, Denis Feklushkin wrote:
> file std/ascii.d:
>
> /// Newline sequence for this system.
> version (Windows)
> immutable newline = "\r\n";
> else version (Posix)
> immutable newline = "\n";
> else
> static assert(0, "Unsupported OS");
I just accidentally used dmd version of Phobos without LDC
extension, this is already fixed for LDC fork
More information about the Digitalmars-d
mailing list