From a786997f304745ce3766a82be06dc6a5d0c2f02c Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 14 Oct 2025 04:35:26 +0200 Subject: feat: scl: major refactors and new version of SCL. Signed-off-by: Amlal El Mahrouss --- dev/lib/utility/chunk_string.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev/lib/utility/chunk_string.hpp') diff --git a/dev/lib/utility/chunk_string.hpp b/dev/lib/utility/chunk_string.hpp index 4fe5cc2..c5bf5c6 100644 --- a/dev/lib/utility/chunk_string.hpp +++ b/dev/lib/utility/chunk_string.hpp @@ -10,7 +10,7 @@ #include -namespace ocl +namespace scl { template class basic_chunk_string; @@ -89,7 +89,7 @@ namespace ocl void print() noexcept { - ocl::io::print(packed_chunks_); + scl::io::print(packed_chunks_); } }; @@ -98,5 +98,5 @@ namespace ocl { fmt.print(); } -} // namespace ocl +} // namespace scl #endif // ifndef OCL_UTILITY_CHUNK_STRING_HPP -- cgit v1.2.3