summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ocl/tproc/rope.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ocl/tproc/rope.hpp b/include/ocl/tproc/rope.hpp
index c0fd756..c01106c 100644
--- a/include/ocl/tproc/rope.hpp
+++ b/include/ocl/tproc/rope.hpp
@@ -10,6 +10,11 @@
namespace ocl::tproc::rope
{
+ struct reverse_pred;
+ struct fast_pred;
+ struct lowercase_pred;
+ struct exact_pred;
+ struct stars_with_pred;
template <typename It, class Pred>
It find(It begin, It end, Pred);