Skip to content

Commit

Permalink
Remove outdated comment about clang workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Nov 19, 2024
1 parent b207b3f commit 7e5174a
Showing 1 changed file with 0 additions and 3 deletions.
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

0 comments on commit 7e5174a

Please sign in to comment.