[Issue 9776] Make raw write mode the default

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Sep 5 15:09:51 UTC 2017


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

--- Comment #13 from Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> ---
(In reply to anonymous4 from comment #12)
> Not documented though.

How so? The documentation for stdioOpenmode says "range or string represting
the open mode (with the same semantics as in the C standard library fopen
function)", so the defaults for unspecified options are left to the C standard
library implementation. AIUI, it's not part of the language because on POSIX
binary and text modes behave the same.

--


More information about the Digitalmars-d-bugs mailing list