https://issues.dlang.org/show_bug.cgi?id=846
--- Comment #12 from Walter Bright <[email protected]> --- (In reply to Walter Bright from comment #11) > Different fix: https://github.com/D-Programming-Language/dmd/pull/4859 This fix also means that one will have to link with an import's object file if there are references to the helper functions. The fix always generates the helper functions for a module, regardless of the compiler switch settings. --
