https://issues.dlang.org/show_bug.cgi?id=20915
Stanislav Blinov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Stanislav Blinov <[email protected]> --- Instead of static if (!is(mixin(member) == module) && !(is(mixin(member)))) use static if (is(typeof(mixin(member)))) --
