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

Lance Bachmeier <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Lance Bachmeier <[email protected]> ---
This causes a similar problem with enums. I'm getting error messages like this:

#defines(1378): Error: variable `arma_example.FP_NAN` conflicts with enum
member `__anonymous.FP_NAN` at /usr/include/math.h(936)

The error message is confusing, because (a) I don't define FP_NAN in my
program, and (b) the error message itself doesn't make sense, as
arma_example.FP_NAN and __anonymous.FP_NAN are not the same thing.

--

Reply via email to