Use more traits from Boost.Move.

This commit is contained in:
Ion Gaztañaga
2023-12-31 23:41:58 +01:00
parent 1f9d9319ac
commit a15334305d

View File

@@ -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<std::size_t S>
struct ls_zeros