diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-28 21:50:29 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-28 21:50:29 +0100 |
| commit | 3df7cc4d199c263d5d9a606ddc211f4935d23e4c (patch) | |
| tree | e84cd2c06239280f4864149d1799ae745fad042a /include/ocl/basic_hash.hpp | |
| parent | a185f437f42bd0215f212d11a0e23575945ea448 (diff) | |
feat: API: argument fixes for `throw_*` family of free functions.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/ocl/basic_hash.hpp')
| -rw-r--r-- | include/ocl/basic_hash.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ocl/basic_hash.hpp b/include/ocl/basic_hash.hpp index 6edfe0b..852e67d 100644 --- a/include/ocl/basic_hash.hpp +++ b/include/ocl/basic_hash.hpp @@ -39,7 +39,7 @@ namespace ocl return false; } }; - + } // namespace ocl #endif |
