summaryrefslogtreecommitdiffhomepage
path: root/include/ocl/tproc
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-06 19:41:27 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-06 19:42:58 +0100
commit2aafdb8520b302f01e57c677ec694db58527dddd (patch)
tree36aca9abab0536e539322bdf998fb4a039e1b0e3 /include/ocl/tproc
parenteab7839be9b69aa9c3fafc3510e0aaee8d339508 (diff)
chore: testing and example cleanup work.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/ocl/tproc')
-rw-r--r--include/ocl/tproc/rope.hpp2
1 files changed, 1 insertions, 1 deletions
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)
{