[Issue 21203] Accept pragma(mangle) on aggregate types

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Sep 29 03:54:03 UTC 2020


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

Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrej.mitrovich at gmail.com

--- Comment #3 from Andrej Mitrovic <andrej.mitrovich at gmail.com> ---
+1

Also we currently cannot add a binding to std::function. Because function is a
keyword. And pragma(mangle) doesn't work on structs.

--


More information about the Digitalmars-d-bugs mailing list