[Issue 7199] std.string.indexof cannot be compiled with -inline

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Feb 5 12:48:05 PST 2012


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



--- Comment #8 from Walter Bright <bugzilla at 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: -------


More information about the Digitalmars-d-bugs mailing list