Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Fix a couple of issues with unary pow():
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Fix a couple of issues with unary pow():
Rasmus Munk Larsen
requested to merge
rmlarsen1/eigen:pow
into
master
Sep 08, 2022
Overview
0
Commits
1
Pipelines
5
Changes
1
Reference issue
What does this implement/fix?
Explicitly cast value returned by std::pow() to result_type.
Discard const when comparing types.
Additional information
Merge request reports
Loading