https://issues.dlang.org/show_bug.cgi?id=9793
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |FIXED --- Comment #2 from [email protected] --- The XREF_PACK macro has been added [1] for the purpose of linking to such symbols. There is also the new, generic REF macro [2] which is supposed to replace all XREF variants, including XREF_PACK. Closing as FIXED. [1] https://github.com/D-Programming-Language/dlang.org/pull/994 [2] https://github.com/D-Programming-Language/dlang.org/pull/1184 --
