[Issue 13541] std.windows.syserror.sysErrorString() should be nothrow

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Sep 27 19:20:32 PDT 2014


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

Vladimir Panteleev <thecybershadow at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thecybershadow at gmail.com

--- Comment #2 from Vladimir Panteleev <thecybershadow at gmail.com> ---
sysErrorString should be replaced with the newly-added wenforce wherever
applicable. Some code in Phobos (std.mmfile at least) also incorrectly
uses/used errnoEnforce when the error code was stored in GetLastError, not
errno.

--


More information about the Digitalmars-d-bugs mailing list