Skip to content

Commit

Permalink
Merge 4e0333a into 568ac85
Browse files Browse the repository at this point in the history
  • Loading branch information
Tectu committed Mar 25, 2020
2 parents 568ac85 + 4e0333a commit 72d7e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/xlnt/utils/numeric.hpp
Expand Up @@ -41,7 +41,7 @@ template <typename Number>
constexpr Number abs(Number val)
{
return (val < Number{0}) ? -val : val;
};
}

/// <summary>
/// constexpr max
Expand Down

0 comments on commit 72d7e66

Please sign in to comment.