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/except/error.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'dev/lib/except') diff --git a/dev/lib/except/error.hpp b/dev/lib/except/error.hpp index 16bf5eb..31b9894 100644 --- a/dev/lib/except/error.hpp +++ b/dev/lib/except/error.hpp @@ -4,17 +4,17 @@ * Copyright 2023-2025, Amlal El Mahrouss */ -#ifndef _OCL_ERR_HPP -#define _OCL_ERR_HPP +#ifndef _SCL_ERR_HPP +#define _SCL_ERR_HPP #include -namespace ocl +namespace scl { using runtime_error = std::runtime_error; using fix_error = runtime_error; using math_error = runtime_error; using cgi_error = runtime_error; -} // namespace ocl +} // namespace scl -#endif // _OCL_ERR_HPP \ No newline at end of file +#endif // _SCL_ERR_HPP \ No newline at end of file -- cgit v1.2.3