[Issue 23622] ImportC fails to compile files which include math.h

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Jan 13 00:37:27 UTC 2023


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

Walter Bright <bugzilla at digitalmars.com> changed:

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

--- Comment #1 from Walter Bright <bugzilla at digitalmars.com> ---
What's happening is ImportC sees those macro definitions and transforms them
into manifest constant declarations. Those declarations then conflict with the
enum declarations.

--


More information about the Digitalmars-d-bugs mailing list