[Issue 6715] Using a custom pow function for ^^

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Dec 12 22:51:04 UTC 2017


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

Iain Buclaw <ibuclaw at gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuclaw at gdcproject.org

--- Comment #4 from Iain Buclaw <ibuclaw at gdcproject.org> ---
The function rewrite should really be targeting `core.math` instead of
`std.math`.

Or, granted that this is an operation with a special syntax, the initial
template could be part of object.d, which then forwards to the correct function
as appropriate.

--


More information about the Digitalmars-d-bugs mailing list