Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 9c23698

Browse files
ibaradlang-bot
authored andcommitted
Deprecate external reference to rndtonl.
It was removed in dlang/phobos@b4f675f Fix Issue 22683 - core.math.rndtonl can't be linked
1 parent c7321df commit 9c23698

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/math.d

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ nothrow:
3636
* greater than long.max, the result is
3737
* indeterminate.
3838
*/
39+
deprecated("rndtonl is to be removed by 2.100. Please use round instead")
3940
extern (C) real rndtonl(real x);
4041

4142
pure:

0 commit comments

Comments
 (0)