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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jun 12 19:02:40 UTC 2018


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

--- Comment #11 from Basile B. <b2.temp at gmx.com> ---
interesting fact:

The problem doesn't happen when std.conv.toChars template parameter `radix` is
changed from `ubyte` to `int` or when it changed to an `alias radix = 10`

--


More information about the Digitalmars-d-bugs mailing list