https://issues.dlang.org/show_bug.cgi?id=14947
Luís Marques <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |FIXED --- Comment #3 from Luís Marques <[email protected]> --- If in the example this line: alias typeof(funcs[0]) func; ...is replaced with this line: alias funcs[0] func; then it works fine. If you think that's not the correct solution please reopen the issue. --
