Thread overview
[Issue 6715] Using a custom pow function for ^^
Dec 12, 2017
Iain Buclaw
Dec 17, 2022
Iain Buclaw
December 12, 2017
https://issues.dlang.org/show_bug.cgi?id=6715

Iain Buclaw <ibuclaw@gdcproject.org> changed:

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

--- Comment #4 from Iain Buclaw <ibuclaw@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.

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=6715

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P4

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

--- Comment #5 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/dmd/issues/17531

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--