April 16, 2014 [Issue 11855] Explicit template instantiation with opDispatch fails to compile | ||||
---|---|---|---|---|
| ||||
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 [Issue 11855] Explicit template instantiation with opDispatch fails to compile | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=11855 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P2 |P3 -- |
Copyright © 1999-2021 by the D Language Foundation