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



--- Comment #8 from Walter Bright <bugzi...@digitalmars.com> 2012-02-05 
12:48:05 PST ---
A simplified example:

void find(alias pred)()
{
    bool hay()
    {
        return true;
    }
}

void index()
{
    find!({})();
}

void main()
{
    index();
}

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

Reply via email to