https://issues.dlang.org/show_bug.cgi?id=18422
Adam D. Ruppe <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Adam D. Ruppe <[email protected]> --- Why doesn't: enum Data[] d = getModule!("mypack.mymod").data; work? Where getModule is a small template that just returns the populated Module object with the CT data. --
