[Issue 1722] std.math.nextafter: nextafterl does not exist on Windows

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Dec 9 16:24:34 PST 2007


http://d.puremagic.com/issues/show_bug.cgi?id=1722





------- Comment #3 from wbaxter at gmail.com  2007-12-09 18:24 -------
Are you sure?(In reply to comment #1)
> nextafter support for real's doesn't seem to exist in dmc's runtime, so there's
> no symbol to link against.  Andrei added nextafter for float and double in d2
> for both linux and windows.  I've re-disabled nextafter on real for windows
> only.

Thanks.  That was all this bug report was about.  The unit tests failing. So
you can close it as far as I'm concerned if the tests don't fail after your
change.

You could just have it call the double version on Windows instead.

> Lowering priority to enhancement request.  Before D can support nextafter(real)
> in windows, walter will need to add support for it in his C runtime.


-- 



More information about the Digitalmars-d-bugs mailing list