diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-27 12:04:19 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-27 12:04:19 +0100 |
| commit | cd42a4117b4260f9521b68c1cadabfadd9a61049 (patch) | |
| tree | 375d059309ce21b9ba5b336ac28e105d647e7179 /include | |
| parent | 98af443a3e15ac588486f27072180741f76dd14b (diff) | |
feat: replace fast_pred with uppercase_pred.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/ocl/tproc/rope.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ocl/tproc/rope.hpp b/include/ocl/tproc/rope.hpp index cb67dab..968b704 100644 --- a/include/ocl/tproc/rope.hpp +++ b/include/ocl/tproc/rope.hpp @@ -12,7 +12,7 @@ namespace ocl::tproc::rope { struct reverse_pred; - struct fast_pred; + struct uppercase_pred; struct lowercase_pred; struct exact_pred; struct starts_with_pred; |
