April 16, 2014
https://issues.dlang.org/show_bug.cgi?id=11855

Yuriy <yuriy.glukhov@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yuriy.glukhov@gmail.com

--- Comment #1 from Yuriy <yuriy.glukhov@gmail.com> ---
Seems like it should be done in the following way (though still does not work
with the same error):
struct Foo
{
    template opDispatch(string name)
    {
        void opDispatch (T) () { }
    }
}

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=11855

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P3

--