[Issue 19409] static if (__traits(compiles, __traits(identifier, ...))) evaluates to false even though the expression alone evaluates to true

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Nov 22 16:05:07 UTC 2018


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

--- Comment #2 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/97cc21405837738fbcf4f4180ed639d09109b228
Issue 19409 - static if (__traits(compiles, __traits(identifier, ...)))
evaluates to false even though the expression alone evaluates to true

https://github.com/dlang/dmd/commit/804342b741edbaed53597f2ddac5e45c2f0d7fbc
Merge pull request #8993 from RazvanN7/Issue_19409

Fix Issue 19409 - static if (__traits(compiles, __traits(identifier, ...) ))
evaluates to false even though the expression alone evaluates to true
merged-on-behalf-of: Nicholas Wilson <thewilsonator at users.noreply.github.com>

--


More information about the Digitalmars-d-bugs mailing list