[Issue 23091] importC: string literals no longer convert to D string type

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Sep 25 05:16:30 UTC 2022


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

--- Comment #2 from Walter Bright <bugzilla at digitalmars.com> ---
`string` is (immutable char)[], which is not a C type, and so there's not much
of anything C can do with it.

--


More information about the Digitalmars-d-bugs mailing list