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


Don <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME


--- Comment #1 from Don <[email protected]> 2012-11-13 23:41:14 PST ---
Slightly reduced, fails on 2.059:
---
int bug8416(Options...)()
{
    foreach (Option; Options) {}
    return 1;
}

void test8416() {
    bool var;
    static assert( bug8416!(var) == 1 );
}
---
But this code works on github. Probably a duplicate of a recently fixed bug.

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

Reply via email to