[Issue 4541] Intrinsic functions do not have pointers

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Aug 22 07:34:38 PDT 2015


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

hsteoh at quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hsteoh at quickfur.ath.cx

--- Comment #5 from hsteoh at quickfur.ath.cx ---
Perhaps a possible workaround is to have the compiler emit a wrapper function
when the address of an intrinsic is asked for, and return the pointer to the
wrapper?

--


More information about the Digitalmars-d-bugs mailing list