https://issues.dlang.org/show_bug.cgi?id=13620
--- Comment #1 from Vladimir Panteleev <thecybersha...@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. --