Skip to content

Commit

Permalink
Drop obsolete thrust tuple algorithms (#3966)
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber authored Mar 1, 2025
1 parent 4a3a219 commit 7ef03ce
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 130 deletions.
55 changes: 0 additions & 55 deletions thrust/testing/tuple_algorithms.cu

This file was deleted.

2 changes: 2 additions & 0 deletions thrust/thrust/detail/raw_reference_cast.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@
#elif defined(_CCCL_IMPLICIT_SYSTEM_HEADER_MSVC)
# pragma system_header
#endif // no system header

#include <thrust/detail/raw_pointer_cast.h>
#include <thrust/detail/tuple_transform.h>
#include <thrust/detail/type_traits.h>
#include <thrust/detail/type_traits/has_nested_type.h>
#include <thrust/tuple.h>

// the order of declarations and definitions in this file is totally goofy
// this header defines raw_reference_cast, which has a few overloads towards the bottom of the file
Expand Down
75 changes: 0 additions & 75 deletions thrust/thrust/detail/tuple_algorithms.h

This file was deleted.

0 comments on commit 7ef03ce

Please sign in to comment.