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

Nick Treleaven <n...@geany.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |n...@geany.org
            Summary|Power operator does not     |Power operator does not
                   |work in -betterC            |work with floating point in
                   |                            |-betterC

--- Comment #1 from Nick Treleaven <n...@geany.org> ---
Each exp2 overload forwards to template exp2Impl, and each are marked
pragma(inline, true). So this should work if the inlining is done. (Though
currently it makes no difference using -inline -O or not).

--

Reply via email to