[Issue 24374] ImportC: .di generator incorrect output for anonymous structs as members

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Oct 4 16:07:15 UTC 2024


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

--- Comment #2 from Derek Fawcus <dfawcus+dlang at employees.org> ---
I should modify that comment, I see that I can work with betterC despite the
inability to mark the C imports as @nogc etc, as long as I haven't marked the
betterC code in that fashion.

So that was an error on my behalf, and I can continue investigating the
viability of betterC additions to existing C code.

I suspect this means not being able to optimise the repeated import of a common
C header/module across multiple betterC file, in that each will have to parse
the C source each time.

--


More information about the Digitalmars-d-bugs mailing list