diff --git a/include/boost/math/tools/mp.hpp b/include/boost/math/tools/mp.hpp index 7bf70a55a..55aac1b09 100644 --- a/include/boost/math/tools/mp.hpp +++ b/include/boost/math/tools/mp.hpp @@ -388,7 +388,7 @@ struct append_integer_sequence {}; template struct append_integer_sequence, integer_sequence> { - using type = integer_sequence; + using type = integer_sequence; }; template