2
0
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:
Christopher Kormanyos
2022-05-10 19:45:50 +02:00
committed by GitHub

View File

@@ -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