From 2aafdb8520b302f01e57c677ec694db58527dddd Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 6 Jan 2026 19:41:27 +0100 Subject: chore: testing and example cleanup work. Signed-off-by: Amlal El Mahrouss --- include/ocl/tproc/rope.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/ocl/tproc/rope.hpp b/include/ocl/tproc/rope.hpp index 9573734..2a02f05 100644 --- a/include/ocl/tproc/rope.hpp +++ b/include/ocl/tproc/rope.hpp @@ -25,7 +25,7 @@ namespace ocl::tproc::rope using iterator_ptr = It*; - It* operator()(It* rbegin, It* rend) + iterator_ptr operator()(iterator_ptr rbegin, iterator_ptr rend) { for (auto rbeg{rbegin}; rbeg != rend; ++rbeg) { -- cgit v1.2.3