summaryrefslogtreecommitdiffhomepage
path: root/include/ocl/tproc/rope.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ocl/tproc/rope.hpp')
-rw-r--r--include/ocl/tproc/rope.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ocl/tproc/rope.hpp b/include/ocl/tproc/rope.hpp
index 9ad5e93..e0a41b6 100644
--- a/include/ocl/tproc/rope.hpp
+++ b/include/ocl/tproc/rope.hpp
@@ -133,10 +133,10 @@ namespace ocl::tproc
{
template <typename It, class Pred>
- It find(It begin, It end, Pred);
+ Pred find(It begin, It end, Pred);
template <typename It, class Pred>
- It find_if(It begin, It end, Pred);
+ Pred find_if(It begin, It end, Pred);
template <typename It, class Pred>
It::typename size_type erase(It begin, It end, Pred);