From d04b5f826f721d3a486ddbf6dd3ee181c2012f68 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 4 Jan 2026 08:01:34 +0100 Subject: chore: use Pred size_type instead of It. Signed-off-by: Amlal El Mahrouss --- include/ocl/tproc/rope.inl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/ocl/tproc/rope.inl b/include/ocl/tproc/rope.inl index 2545e3e..5ae96f1 100644 --- a/include/ocl/tproc/rope.inl +++ b/include/ocl/tproc/rope.inl @@ -59,7 +59,7 @@ namespace ocl::tproc::rope } template - typename It::size_type erase_if(It begin, It end, Pred) + typename Pred::size_type erase_if(It begin, It end, Pred) { typename Pred::size_type count{}; @@ -81,4 +81,4 @@ namespace ocl::tproc::rope } // namespace ocl::tproc::rope -#endif \ No newline at end of file +#endif -- cgit v1.2.3