http://d.puremagic.com/issues/show_bug.cgi?id=7570
--- Comment #2 from Don <[email protected]> 2012-03-02 06:20:59 PST --- Reduced test case: ======================================== bool contains(const char *s) { return *(s + 0) == 'a'; } static assert(!contains("froogler")); -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
