D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 18693 - std.math.rndtonl and core.math.rndtonl result in link errors
Summary: std.math.rndtonl and core.math.rndtonl result in link errors
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: phobos (show other issues)
Version: D2
Hardware: All All
: P1 normal
Assignee: No Owner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-29 13:14 UTC by Jack Stouffer
Modified: 2020-03-21 03:56 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Jack Stouffer 2018-03-29 13:14:14 UTC
import std.stdio;
static import core.math;

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

It seems like this is a DMC only function.
Comment 1 github-bugzilla 2018-04-10 20:39:07 UTC
Commits pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/b4f675fe150afaa577d6a41d6013ca33d932bd57
Work On Issue 18693 - Remove rndtonl from std.math

https://github.com/dlang/phobos/commit/813327d51affb1af8cdd1c7651612e8778109f10
Merge pull request #6429 from JackStouffer/issue18693

Work On Issue 18693 - Remove rndtonl from std.math
merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>