summaryrefslogtreecommitdiffhomepage
path: root/include/ocl/fix.hpp
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-29 22:43:23 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-29 22:43:23 +0100
commited4f331bc96b4abb711c5b47c969d5ecb3166e15 (patch)
tree9c16e5828fed25aa5da10ab4f6ef2aad5243978d /include/ocl/fix.hpp
parent86e7686916a063082111be1b4831c201f24f8adf (diff)
feat: fix CMake example, update free functions.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/ocl/fix.hpp')
-rw-r--r--include/ocl/fix.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ocl/fix.hpp b/include/ocl/fix.hpp
index d8c7a3b..26742bd 100644
--- a/include/ocl/fix.hpp
+++ b/include/ocl/fix.hpp
@@ -14,13 +14,13 @@
namespace ocl::fix
{
-
- template <typename It, class Pred>
+
+ template <typename It, class Pred>
It find(It begin, It end, Pred callable);
template <typename It, class Callable>
It find_if(It begin, It end, Callable callable);
-}
+} // namespace ocl::fix
#endif