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


Don <clugd...@yahoo.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|D2                          |D1 & D2
            Summary|ICE(toir.c) using           |ICE(toir.c) nested function
                   |std.algorithm.count with    |passed by alias to nested
                   |recursive nested function   |member function
                   |passed by alias             |
         OS/Version|Mac OS X                    |All


--- Comment #9 from Don <clugd...@yahoo.com.au> 2011-10-25 02:49:48 PDT ---
Reduced test case applies to D1 as well:

struct B4504(alias P)
{
    static void a() {
        void aa() {
            P();
        }
    }
}

void bug4504() {
    void bar() {}
    B4504!(bar) b;
}

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

Reply via email to