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

Dlang Bot <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Dlang Bot <[email protected]> ---
dlang/dmd pull request #16820 "Fix bugzilla 23812 - ImportC: allow adding
function attributes to imp…" was merged into master:

- d956dc0ccc458a8506a2776ebc1eb00ef5127685 by Tim Schendekehl:
  Fix bugzilla 23812 - ImportC: allow adding function attributes to imported C
functions

  This adds a new pragma for ImportC, which allows to set default storage
  classes. Only `nothrow`, `@nogc` and `pure` are supported for now.
  They can be disabled later using `#pragma attribute(pop)`.

  Unknown storage classes are ignored.

https://github.com/dlang/dmd/pull/16820

--

Reply via email to