https://issues.dlang.org/show_bug.cgi?id=23538
Nick Treleaven <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Summary|Power operator does not |Power operator does not |work in -betterC |work with floating point in | |-betterC --- Comment #1 from Nick Treleaven <[email protected]> --- 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). --
