mirror of
https://github.com/boostorg/math.git
synced 2026-01-19 04:22:09 +00:00
Merge pull request #784 from boostorg/redeclaration_of_max_factorial
Redeclaration of max_factorial value
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user