[Issue 18482] New: wincrypt functions should be `@nogc` `nothrow`

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Feb 21 10:23:52 UTC 2018


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

          Issue ID: 18482
           Summary: wincrypt functions should be `@nogc` `nothrow`
           Product: D
           Version: D2
          Hardware: All
               URL: http://dlang.org/
                OS: Windows
            Status: NEW
          Severity: minor
          Priority: P3
         Component: druntime
          Assignee: nobody at puremagic.com
          Reporter: n8sh.secondary at hotmail.com

core.sys.windows.wincrypt functions should be `@nogc` `nothrow`. They don't use
D's garbage collector and they don't use D exceptions or C++ exceptions to
signal errors, but rather return status codes and error codes accessible via
GetLastError().

--


More information about the Digitalmars-d-bugs mailing list