[Issue 22033] importC: Add C++ helper function to return Type for given Identifier or string

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Jul 16 08:49:09 UTC 2021


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

Walter Bright <bugzilla at digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla at digitalmars.com

--- Comment #1 from Walter Bright <bugzilla at digitalmars.com> ---
I'm not sure what good this will do. As wchar_t is a macro, it gets replaced
with a C type by the preprocessor, and ImportC will never see it.

--


More information about the Digitalmars-d-bugs mailing list