https://issues.dlang.org/show_bug.cgi?id=14256
--- Comment #15 from Vladimir Panteleev <[email protected]> --- (In reply to Jon Degenhardt from comment #14) > This can be seen in part in the source file > (https://github.com/dlang/phobos/blob/master/std/stdio.d) by searching for > HAS_GETDELIM and NO_GETDELIM. Most platforms are listed as one or the other, > Windows does not appear to be included and may still use a slow > implementation. The DigitalMars and Microsoft C runtime versions have their own implementation of readlnImpl targeting those runtimes. --
