http://d.puremagic.com/issues/show_bug.cgi?id=10076
--- Comment #2 from simendsjo <[email protected]> 2013-05-13 23:04:28 PDT --- Here's a dustmine reduced testcase. Run with `dmd -unittest`. unittest { string s; validate(s); } template getValidaterAttrs(T) { alias getValidaterAttrs = getMembersAndAttributesWhere!().Elements; } string[] validate(T)(T ) { alias memberAttrs = getValidaterAttrs!T; if(!memberAttrs.length) return ; } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
