[Issue 8750] ICE when using any and all as a template condition

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Oct 3 21:44:36 PDT 2012


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



--- Comment #1 from Daniel Cousens <daniel350 at bigpond.com> 2012-10-03 21:38:47 PDT ---
The intention of the above is: all!(x => x in R)(sw).
Therefore, the clearer code (still fails) would be: all!(x => any!(x)(R))(sw)

-- 
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