From 3827ae4e821ff3758d1eaf2dbacc55a22f802731 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 17 Nov 2025 10:31:30 +0100 Subject: feat: fixing merge conflicts. 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 8463b6f..307c06f 100644 --- a/dev/lib/io/print.hpp +++ b/dev/lib/io/print.hpp @@ -5,13 +5,13 @@ * Copyright 2025 */ -#ifndef _SCL_PRINT_HPP -#define _SCL_PRINT_HPP +#ifndef _OCL_PRINT_HPP +#define _OCL_PRINT_HPP #include #include -namespace scl::io +namespace ocl::io { template inline void print(T fmt, Args... other) noexcept @@ -37,6 +37,6 @@ namespace scl::io print(fmt...); print(); } -} // namespace scl::io +} // namespace ocl::io -#endif // ifndef _SCL_PRINT_HPP +#endif // ifndef _OCL_PRINT_HPP -- cgit v1.2.3