Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove cpp11_required.h #1860

Merged
merged 1 commit into from
Jun 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion thrust/thrust/allocate_unique.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# pragma system_header
#endif // no system header
#include <thrust/detail/allocator/allocator_traits.h>
#include <thrust/detail/cpp11_required.h>
#include <thrust/detail/memory_algorithms.h>
#include <thrust/detail/memory_wrapper.h>
#include <thrust/detail/raw_pointer_cast.h>
Expand Down
33 changes: 0 additions & 33 deletions thrust/thrust/detail/cpp11_required.h

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#elif defined(_CCCL_IMPLICIT_SYSTEM_HEADER_MSVC)
# pragma system_header
#endif // no system header
#include <thrust/detail/cpp11_required.h>
#include <thrust/detail/execute_with_dependencies.h>

#include <tuple>
Expand Down
1 change: 0 additions & 1 deletion thrust/thrust/detail/execute_with_dependencies.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#elif defined(_CCCL_IMPLICIT_SYSTEM_HEADER_MSVC)
# pragma system_header
#endif // no system header
#include <thrust/detail/cpp11_required.h>
#include <thrust/detail/type_deduction.h>
#include <thrust/type_traits/remove_cvref.h>

Expand Down
1 change: 0 additions & 1 deletion thrust/thrust/detail/select_system.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#elif defined(_CCCL_IMPLICIT_SYSTEM_HEADER_MSVC)
# pragma system_header
#endif // no system header
#include <thrust/detail/cpp11_required.h>
#include <thrust/detail/type_deduction.h>
#include <thrust/system/detail/generic/select_system.h>
#include <thrust/type_traits/remove_cvref.h>
Expand Down
1 change: 0 additions & 1 deletion thrust/thrust/detail/shuffle.inl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#elif defined(_CCCL_IMPLICIT_SYSTEM_HEADER_MSVC)
# pragma system_header
#endif // no system header
#include <thrust/detail/cpp11_required.h>
#include <thrust/iterator/iterator_traits.h>
#include <thrust/shuffle.h>
#include <thrust/system/detail/generic/select_system.h>
Expand Down
1 change: 0 additions & 1 deletion thrust/thrust/detail/tuple_algorithms.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#elif defined(_CCCL_IMPLICIT_SYSTEM_HEADER_MSVC)
# pragma system_header
#endif // no system header
#include <thrust/detail/cpp11_required.h>
#include <thrust/detail/type_deduction.h>
#include <thrust/type_traits/integer_sequence.h>

Expand Down
1 change: 0 additions & 1 deletion thrust/thrust/detail/type_deduction.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#elif defined(_CCCL_IMPLICIT_SYSTEM_HEADER_MSVC)
# pragma system_header
#endif // no system header
#include <thrust/detail/cpp11_required.h>
#include <thrust/detail/preprocessor.h>

#include <type_traits>
Expand Down
1 change: 0 additions & 1 deletion thrust/thrust/device_make_unique.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
# pragma system_header
#endif // no system header
#include <thrust/allocate_unique.h>
#include <thrust/detail/cpp11_required.h>
#include <thrust/detail/type_deduction.h>
#include <thrust/device_allocator.h>
#include <thrust/device_new.h>
Expand Down
1 change: 0 additions & 1 deletion thrust/thrust/mr/disjoint_sync_pool.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#elif defined(_CCCL_IMPLICIT_SYSTEM_HEADER_MSVC)
# pragma system_header
#endif // no system header
#include <thrust/detail/cpp11_required.h>
#include <thrust/mr/disjoint_pool.h>

#include <mutex>
Expand Down
1 change: 0 additions & 1 deletion thrust/thrust/mr/disjoint_tls_pool.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#elif defined(_CCCL_IMPLICIT_SYSTEM_HEADER_MSVC)
# pragma system_header
#endif // no system header
#include <thrust/detail/cpp11_required.h>
#include <thrust/mr/disjoint_pool.h>

THRUST_NAMESPACE_BEGIN
Expand Down
1 change: 0 additions & 1 deletion thrust/thrust/mr/sync_pool.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#elif defined(_CCCL_IMPLICIT_SYSTEM_HEADER_MSVC)
# pragma system_header
#endif // no system header
#include <thrust/detail/cpp11_required.h>
#include <thrust/mr/pool.h>

#include <mutex>
Expand Down
1 change: 0 additions & 1 deletion thrust/thrust/mr/tls_pool.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#elif defined(_CCCL_IMPLICIT_SYSTEM_HEADER_MSVC)
# pragma system_header
#endif // no system header
#include <thrust/detail/cpp11_required.h>
#include <thrust/mr/pool.h>

THRUST_NAMESPACE_BEGIN
Expand Down
1 change: 0 additions & 1 deletion thrust/thrust/optional.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
# pragma system_header
#endif // no system header
#include <thrust/addressof.h>
#include <thrust/detail/cpp11_required.h>
#include <thrust/detail/type_traits.h>
#include <thrust/swap.h>

Expand Down
1 change: 0 additions & 1 deletion thrust/thrust/per_device_resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#elif defined(_CCCL_IMPLICIT_SYSTEM_HEADER_MSVC)
# pragma system_header
#endif // no system header
#include <thrust/detail/cpp11_required.h>
#include <thrust/detail/execution_policy.h>
#include <thrust/mr/allocator.h>
#include <thrust/system/detail/adl/per_device_resource.h>
Expand Down
1 change: 0 additions & 1 deletion thrust/thrust/shuffle.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
# pragma system_header
#endif // no system header

#include <thrust/detail/cpp11_required.h>
#include <thrust/detail/execution_policy.h>

THRUST_NAMESPACE_BEGIN
Expand Down
1 change: 0 additions & 1 deletion thrust/thrust/system/cuda/detail/per_device_resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
#elif defined(_CCCL_IMPLICIT_SYSTEM_HEADER_MSVC)
# pragma system_header
#endif // no system header
#include <thrust/detail/cpp11_required.h>

#if THRUST_DEVICE_COMPILER == THRUST_DEVICE_COMPILER_NVCC

Expand Down
1 change: 0 additions & 1 deletion thrust/thrust/system/detail/generic/shuffle.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
# pragma system_header
#endif // no system header

#include <thrust/detail/cpp11_required.h>
#include <thrust/system/detail/generic/tag.h>

THRUST_NAMESPACE_BEGIN
Expand Down
1 change: 0 additions & 1 deletion thrust/thrust/type_traits/integer_sequence.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
#elif defined(_CCCL_IMPLICIT_SYSTEM_HEADER_MSVC)
# pragma system_header
#endif // no system header
#include <thrust/detail/cpp11_required.h>

#include <cuda/std/cstdint>
#include <cuda/std/type_traits>
Expand Down
1 change: 0 additions & 1 deletion thrust/thrust/type_traits/logical_metafunctions.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
#elif defined(_CCCL_IMPLICIT_SYSTEM_HEADER_MSVC)
# pragma system_header
#endif // no system header
#include <thrust/detail/cpp11_required.h>

#include <type_traits>

Expand Down
1 change: 0 additions & 1 deletion thrust/thrust/zip_function.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#elif defined(_CCCL_IMPLICIT_SYSTEM_HEADER_MSVC)
# pragma system_header
#endif // no system header
#include <thrust/detail/cpp11_required.h>
#include <thrust/detail/modern_gcc_required.h>
#if !defined(THRUST_LEGACY_GCC)

Expand Down
Loading