On Phobos GC hunt
Peter Alexander via Digitalmars-d
digitalmars-d at puremagic.com
Tue Oct 7 09:37:29 PDT 2014
On Tuesday, 7 October 2014 at 16:23:19 UTC, grm wrote:
> 2.) There seems to be a problem with repeated alarms:
> When viewing the page source, this link shows up numerous
> times. See
> https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688
That's because of multiple template instantiations of the same
function. These should probably be filtered for this use case.
More information about the Digitalmars-d
mailing list