[Issue 17712] [REG 2.074] [LINK] Undefined reference to std.conv.toChars!(10, char, 1, uint).toChars(uint)

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Aug 3 01:47:34 PDT 2017


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

--- Comment #3 from Iain Buclaw <ibuclaw at gdcproject.org> ---
(In reply to ZombineDev from comment #2)
> Definitely looks like a front-end bug to me.

The link error does not happen when compiling the test with -unittest.

So the specific location to look would be file dtemplate.d, function
appendToModuleMember.

The change in phobos was enough to make the instantiation speculative, so its
arguable who's at fault.  The compiler may be working as intended, though
admittedly the whole design around speculative templates is not really backed
by any spec.

--


More information about the Digitalmars-d-bugs mailing list