← Back to index
|
Original Bugzilla link
Bug 18693 – std.math.rndtonl and core.math.rndtonl result in link errors
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P1
Component
phobos
Product
D
Version
D2
Platform
All
OS
All
Creation time
2018-03-29T13:14:14Z
Last change time
2020-03-21T03:56:32Z
Assigned to
No Owner
Creator
Jack Stouffer
Comments
Comment #0
by jack — 2018-03-29T13:14:14Z
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
by github-bugzilla — 2018-04-10T20:39:07Z
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 <
[email protected]
>