[Issue 4541] Intrinsic functions do not have pointers

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Jul 12 04:45:41 PDT 2017


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

RazvanN <razvan.nitu1305 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |razvan.nitu1305 at gmail.com
         Resolution|---                         |FIXED

--- Comment #8 from RazvanN <razvan.nitu1305 at gmail.com> ---
I think that this issue is no longer valid since using the std.math wrappers
results in successful compilation. Even though using core.math results in link
failure, I do not think this is a problem since that is the runtime library and
who uses it should know that the functions declared there are intrinsics.
Anyway, this is not a phobos bug anymore and I don't think it is a druntime one
either. Closing
as fixed.

--


More information about the Digitalmars-d-bugs mailing list