Skip to content

Fix a couple of issues with unary pow():

Reference issue

What does this implement/fix?

  1. Explicitly cast value returned by std::pow() to result_type.
  2. Discard const when comparing types.

Additional information

Merge request reports

Loading