From 49249a788ed9f092d25481e5c25cf3f28c37b14f Mon Sep 17 00:00:00 2001 From: fanquake Date: Tue, 30 Aug 2022 09:03:08 +0100 Subject: [PATCH] refactor: use core/enable_if.hpp over utility.hpp The later is deprecated. From utility: > // Use of this header is discouraged and it will be deprecated. > // Please include one or more of the headers below instead. --- .../boost/numeric/odeint/algebra/detail/extract_value_type.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/numeric/odeint/algebra/detail/extract_value_type.hpp b/include/boost/numeric/odeint/algebra/detail/extract_value_type.hpp index c5246bb6f..01b7c11f8 100644 --- a/include/boost/numeric/odeint/algebra/detail/extract_value_type.hpp +++ b/include/boost/numeric/odeint/algebra/detail/extract_value_type.hpp @@ -17,7 +17,7 @@ #ifndef BOOST_NUMERIC_ODEINT_ALGEBRA_DETAIL_EXTRACT_VALUE_TYPE_HPP_INCLUDED #define BOOST_NUMERIC_ODEINT_ALGEBRA_DETAIL_EXTRACT_VALUE_TYPE_HPP_INCLUDED -#include +#include #include BOOST_MPL_HAS_XXX_TRAIT_DEF(value_type)