[Issue 12532] __traits(compiles, ...) fails to see valid enum symbols

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Apr 6 23:09:36 PDT 2014


https://d.puremagic.com/issues/show_bug.cgi?id=12532


monarchdodra at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |monarchdodra at gmail.com


--- Comment #1 from monarchdodra at gmail.com 2014-04-06 23:09:32 PDT ---
Reduced:

//----
enum a = is(typeof(b));
enum b = is(typeof(a));

pragma(msg, a); //true
pragma(msg, b); //false
//----

I'm not sure this is actually resolvable...?

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list