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/io/print.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'dev/lib/io') diff --git a/dev/lib/io/print.hpp b/dev/lib/io/print.hpp index 307c06f..8463b6f 100644 --- a/dev/lib/io/print.hpp +++ b/dev/lib/io/print.hpp @@ -5,13 +5,13 @@ * Copyright 2025 */ -#ifndef _OCL_PRINT_HPP -#define _OCL_PRINT_HPP +#ifndef _SCL_PRINT_HPP +#define _SCL_PRINT_HPP #include #include -namespace ocl::io +namespace scl::io { template inline void print(T fmt, Args... other) noexcept @@ -37,6 +37,6 @@ namespace ocl::io print(fmt...); print(); } -} // namespace ocl::io +} // namespace scl::io -#endif // ifndef _OCL_PRINT_HPP +#endif // ifndef _SCL_PRINT_HPP -- cgit v1.2.3