diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-27 11:51:42 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-27 11:51:42 +0100 |
| commit | 98af443a3e15ac588486f27072180741f76dd14b (patch) | |
| tree | ec484b87e81186a4b4b5911c6d8c9f1aef9ee63a | |
| parent | ae81e78090e8079506e75e6ddbdb32231ed83c2d (diff) | |
feat: fix pred name.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rw-r--r-- | include/ocl/tproc/rope.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ocl/tproc/rope.hpp b/include/ocl/tproc/rope.hpp index 4551a79..cb67dab 100644 --- a/include/ocl/tproc/rope.hpp +++ b/include/ocl/tproc/rope.hpp @@ -15,7 +15,7 @@ namespace ocl::tproc::rope struct fast_pred; struct lowercase_pred; struct exact_pred; - struct stars_with_pred; + struct starts_with_pred; template <typename It, class Pred> It find(It begin, It end, Pred); @@ -31,4 +31,4 @@ namespace ocl::tproc::rope } // namespace ocl::tproc::rope -#endif // __OCL_TPROC_ROPE_HPP
\ No newline at end of file +#endif // __OCL_TPROC_ROPE_HPP |
