[Issue 846] Error 42: Symbol Undefined "<mangle_of_class_template>__arrayZ"

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Aug 4 13:39:08 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=846

--- Comment #12 from Walter Bright <bugzilla at digitalmars.com> ---
(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.

--


More information about the Digitalmars-d-bugs mailing list