Skip to content

Commit

Permalink
Merge pull request #784 from boostorg/redeclaration_of_max_factorial
Browse files Browse the repository at this point in the history
Redeclaration of max_factorial value
  • Loading branch information
ckormanyos authored May 10, 2022
2 parents eb422bc + 3687f1e commit 4d5cc69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,7 @@ struct max_factorial

#ifndef BOOST_NO_INCLASS_MEMBER_INITIALIZATION
template <class T>
const unsigned max_factorial<T>::value;
constexpr unsigned max_factorial<T>::value;
#endif

} // namespace math
Expand Down

0 comments on commit 4d5cc69

Please sign in to comment.