[Issue 18693] New: std.math.rndtonl and core.math.rndtonl result in link errors

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Mar 29 13:14:14 UTC 2018


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

          Issue ID: 18693
           Summary: std.math.rndtonl and core.math.rndtonl result in link
                    errors
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P1
         Component: phobos
          Assignee: nobody at puremagic.com
          Reporter: jack at jackstouffer.com

import std.stdio;
static import core.math;

void main()
{
        writeln(core.math.rndtonl(9.0));
}

It seems like this is a DMC only function.

--


More information about the Digitalmars-d-bugs mailing list