https://issues.dlang.org/show_bug.cgi?id=23278
Boris Carvajal <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Boris Carvajal <[email protected]> --- I think this is a known bug, there are some reports in the past of similar compiler behavior. Related issues 17435, 18969, 20077, 22497. Put 'static' in the definition as a workaround. static enum mxString(alias c)() { return ""; } --
