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 outdated comment about clang workaround #1338

Merged
merged 1 commit into from
Nov 19, 2024
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ namespace pika::let_value_detail {
using successor_sender_types = pika::util::detail::unique_t<pika::util::detail::transform_t<
predecessor_value_types<Tuple, Variant>, successor_sender_types_helper>>;

// The workaround for clang is due to a parsing bug in clang < 11
// in CUDA mode (where >>> also has a different meaning in kernel
// launches).
template <template <typename...> class Tuple, template <typename...> class Variant>
using value_types = pika::util::detail::unique_t<pika::util::detail::concat_pack_of_packs_t<
pika::util::detail::transform_t<successor_sender_types<Tuple, Variant>,
Expand Down
Loading