[Issue 13620] Consolidate / clean up exception types used for OS exceptions

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Oct 15 10:05:28 PDT 2014


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

--- Comment #1 from Vladimir Panteleev <thecybershadow at gmail.com> ---
Correction: s/cenforce/errnoEnforce/.

errnoEnforce is a public function in std.exception. We should use that where
appropriately.

cenforce is a private function declared in std.file. It needs to be replaced
with errnoEnforce.

--


More information about the Digitalmars-d-bugs mailing list