[Issue 8857] [CTFE] does not evaluate to a boolean, only with -inline

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Nov 10 12:15:07 PST 2012


http://d.puremagic.com/issues/show_bug.cgi?id=8857



--- Comment #2 from github-bugzilla at puremagic.com 2012-11-10 12:14:56 PST ---
Commit pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/517c80e609208e38b36be621642d8c8032038971
Fix issue 8857 [CTFE] does not evaluate to a boolean, only with -inline

This is a situation where we've evaluated an Lvalue, but we actually
need an Rvalue. The bug report is one of the few circumstances where
it matters.

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


More information about the Digitalmars-d-bugs mailing list