diff --git a/include/boost/math/tools/type_traits.hpp b/include/boost/math/tools/type_traits.hpp index a13332797b..951f3a1bf8 100644 --- a/include/boost/math/tools/type_traits.hpp +++ b/include/boost/math/tools/type_traits.hpp @@ -52,7 +52,6 @@ using cuda::std::is_member_pointer; // Type properties using cuda::std::is_const; using cuda::std::is_volatile; -using cuda::std::is_trivial; using cuda::std::is_trivially_copyable; using cuda::std::is_standard_layout; using cuda::std::is_empty; @@ -199,7 +198,6 @@ using std::is_member_pointer; // Type properties using std::is_const; using std::is_volatile; -using std::is_trivial; using std::is_trivially_copyable; using std::is_standard_layout; using std::is_empty; @@ -380,9 +378,6 @@ BOOST_MATH_INLINE_CONSTEXPR bool is_const_v = boost::math::is_const::value; template BOOST_MATH_INLINE_CONSTEXPR bool is_volatile_v = boost::math::is_volatile::value; -template -BOOST_MATH_INLINE_CONSTEXPR bool is_trivial_v = boost::math::is_trivial::value; - template BOOST_MATH_INLINE_CONSTEXPR bool is_trivially_copyable_v = boost::math::is_trivially_copyable::value;