From 7e5174aaf6ebab5c2409602062535dfd06994320 Mon Sep 17 00:00:00 2001 From: Mikael Simberg Date: Tue, 19 Nov 2024 14:18:18 +0100 Subject: [PATCH] Remove outdated comment about clang workaround --- .../execution/include/pika/execution/algorithms/let_value.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/libs/pika/execution/include/pika/execution/algorithms/let_value.hpp b/libs/pika/execution/include/pika/execution/algorithms/let_value.hpp index 74092974e..b5ce21128 100644 --- a/libs/pika/execution/include/pika/execution/algorithms/let_value.hpp +++ b/libs/pika/execution/include/pika/execution/algorithms/let_value.hpp @@ -73,9 +73,6 @@ namespace pika::let_value_detail { using successor_sender_types = pika::util::detail::unique_t, 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