https://issues.dlang.org/show_bug.cgi?id=21203
Andrej Mitrovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Andrej Mitrovic <[email protected]> --- +1 Also we currently cannot add a binding to std::function. Because function is a keyword. And pragma(mangle) doesn't work on structs. --
