From a15334305d1c05d792668db2b032ba70460cd54e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Sun, 31 Dec 2023 23:41:58 +0100 Subject: [PATCH] Use more traits from Boost.Move. --- include/boost/intrusive/detail/mpl.hpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/boost/intrusive/detail/mpl.hpp b/include/boost/intrusive/detail/mpl.hpp index d86fa4f..cf6c745 100644 --- a/include/boost/intrusive/detail/mpl.hpp +++ b/include/boost/intrusive/detail/mpl.hpp @@ -66,6 +66,12 @@ using boost::move_detail::eval_if_c; using boost::move_detail::eval_if; using boost::move_detail::unvoid_ref; using boost::move_detail::add_const_if_c; +using boost::move_detail::is_integral; +using boost::move_detail::make_unsigned; +using boost::move_detail::is_enum; +using boost::move_detail::is_floating_point; +using boost::move_detail::is_scalar; +using boost::move_detail::is_unsigned; template struct ls_zeros