diff --git a/libs/core/algorithms/include/hpx/parallel/algorithms/for_loop_induction.hpp b/libs/core/algorithms/include/hpx/parallel/algorithms/for_loop_induction.hpp index 47687a6ec06..6547e62f9ef 100644 --- a/libs/core/algorithms/include/hpx/parallel/algorithms/for_loop_induction.hpp +++ b/libs/core/algorithms/include/hpx/parallel/algorithms/for_loop_induction.hpp @@ -65,7 +65,9 @@ namespace hpx::parallel::detail { return *this; } + // clang-format off constexpr operator T const&() const + // clang-format on { return data_[hpx::get_worker_thread_num()].data_; }