Skip to content

Commit

Permalink
Move suppression scope
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed Feb 24, 2025
1 parent 204d2dc commit cd467d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions thrust/thrust/iterator/iterator_traits.h
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,6 @@ template <typename Iterator>
using iterator_difference_t
CCCL_DEPRECATED_BECAUSE("Use cuda::std::it_difference_t instead") = typename iterator_difference<Iterator>::type;

_CCCL_SUPPRESS_DEPRECATED_POP

// traversal

template <typename Iterator>
Expand All @@ -175,6 +173,8 @@ struct iterator_system_impl<Iterator, ::cuda::std::void_t<typename iterator_trai
{};
} // namespace detail

_CCCL_SUPPRESS_DEPRECATED_POP

template <typename Iterator>
struct iterator_system : detail::iterator_system_impl<Iterator>
{};
Expand Down

0 comments on commit cd467d5

Please sign in to comment.