diff --git a/include/boost/math/tools/polynomial.hpp b/include/boost/math/tools/polynomial.hpp index fdff23254c..77efaec99a 100644 --- a/include/boost/math/tools/polynomial.hpp +++ b/include/boost/math/tools/polynomial.hpp @@ -286,6 +286,7 @@ class polynomial polynomial()= default; template + [[deprecated("Please use the move constructor instead, or pass the order instead of number of terms")]] polynomial(const U* data, unsigned order) : m_data(data, data + order + 1) {