[Issue 12415] lrintf doesn't seem to exist on Windows

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Jul 21 03:23:31 PDT 2017


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

Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #1 from Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> ---
As per the comment in core.stdc.math:

else version( CRuntime_Microsoft ) // fully supported since MSVCRT 12 (VS 2013)
only

So, you may need to update your Visual Studio edition.

The functions are correctly not defined for CRuntime_DigitalMars.

--


More information about the Digitalmars-d-bugs mailing list