File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ using cuda::std::is_member_pointer;
5252// Type properties
5353using cuda::std::is_const;
5454using cuda::std::is_volatile;
55- using cuda::std::is_trivial;
5655using cuda::std::is_trivially_copyable;
5756using cuda::std::is_standard_layout;
5857using cuda::std::is_empty;
@@ -199,7 +198,6 @@ using std::is_member_pointer;
199198// Type properties
200199using std::is_const;
201200using std::is_volatile;
202- using std::is_trivial;
203201using std::is_trivially_copyable;
204202using std::is_standard_layout;
205203using std::is_empty;
@@ -380,9 +378,6 @@ BOOST_MATH_INLINE_CONSTEXPR bool is_const_v = boost::math::is_const<T>::value;
380378template <typename T>
381379BOOST_MATH_INLINE_CONSTEXPR bool is_volatile_v = boost::math::is_volatile<T>::value;
382380
383- template <typename T>
384- BOOST_MATH_INLINE_CONSTEXPR bool is_trivial_v = boost::math::is_trivial<T>::value;
385-
386381template <typename T>
387382BOOST_MATH_INLINE_CONSTEXPR bool is_trivially_copyable_v = boost::math::is_trivially_copyable<T>::value;
388383
You can’t perform that action at this time.
0 commit comments