From 3687f1e88df2d0e3b062d410accdc854ac712308 Mon Sep 17 00:00:00 2001 From: Christopher Kormanyos Date: Tue, 10 May 2022 08:28:22 +0200 Subject: [PATCH] Redeclaration of max_factorial value --- .../boost/math/special_functions/detail/unchecked_factorial.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/math/special_functions/detail/unchecked_factorial.hpp b/include/boost/math/special_functions/detail/unchecked_factorial.hpp index 3bdc45fe5f..5fa9f0b6b4 100644 --- a/include/boost/math/special_functions/detail/unchecked_factorial.hpp +++ b/include/boost/math/special_functions/detail/unchecked_factorial.hpp @@ -1009,7 +1009,7 @@ struct max_factorial #ifndef BOOST_NO_INCLASS_MEMBER_INITIALIZATION template -const unsigned max_factorial::value; +constexpr unsigned max_factorial::value; #endif } // namespace math