Skip to content

make Power functor constexpr

Summary

Add the constexpr property to the function Power<d>::eval

Motivation

Allow to use the power function in constant expression contexts, in case the StaticPower is not usable.

Merge request reports