From 2a60676b145280db364bfc048bce30b1ca64fa1e Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 1 Dec 2025 02:36:49 -0500 Subject: chore: source level patches of examples, library cleanup, and crc improvements. Signed-off-by: Amlal El Mahrouss --- include/ocl/core/allocator_op.hpp | 2 +- include/ocl/core/config.hpp | 5 ----- include/ocl/core/is_same.hpp | 4 ++-- 3 files changed, 3 insertions(+), 8 deletions(-) (limited to 'include/ocl/core') diff --git a/include/ocl/core/allocator_op.hpp b/include/ocl/core/allocator_op.hpp index 539c7e6..e25fc1c 100644 --- a/include/ocl/core/allocator_op.hpp +++ b/include/ocl/core/allocator_op.hpp @@ -60,7 +60,7 @@ namespace ocl }; template - using allocator_type = allocator_op, global_delete_op>; + using allocator = allocator_op, global_delete_op>; } // namespace ocl #endif // ifndef _OCL_ALLOCATOR_SYSTEM_HPP \ No newline at end of file diff --git a/include/ocl/core/config.hpp b/include/ocl/core/config.hpp index c354672..a0ddd66 100644 --- a/include/ocl/core/config.hpp +++ b/include/ocl/core/config.hpp @@ -31,8 +31,3 @@ #define OCL_DECL #define OCL_EXPORT_DECL #endif - -namespace ocl -{ - using char_type = char; -} // namespace ocl \ No newline at end of file diff --git a/include/ocl/core/is_same.hpp b/include/ocl/core/is_same.hpp index e6f42c4..fdf80d7 100644 --- a/include/ocl/core/is_same.hpp +++ b/include/ocl/core/is_same.hpp @@ -10,7 +10,7 @@ #include /// @brief OCL equivalence namespace. -namespace ocl::is_same +namespace ocl { template struct basic_hash @@ -103,4 +103,4 @@ namespace ocl::is_same return left_ / right_ == 1; } }; -} // namespace ocl::is_same +} // namespace ocl -- cgit v1.2.3