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/fix/fix.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'dev/lib/fix') diff --git a/dev/lib/fix/fix.hpp b/dev/lib/fix/fix.hpp index 723506e..4a5a3ae 100644 --- a/dev/lib/fix/fix.hpp +++ b/dev/lib/fix/fix.hpp @@ -5,8 +5,8 @@ * Copyright 2025, Amlal El Mahrouss */ -#ifndef _OCL_FIX_PARSER_HPP -#define _OCL_FIX_PARSER_HPP +#ifndef _SCL_FIX_PARSER_HPP +#define _SCL_FIX_PARSER_HPP #include #include @@ -18,7 +18,7 @@ #include #include -namespace ocl::fix +namespace scl::fix { template class basic_visitor; @@ -211,6 +211,6 @@ namespace ocl::fix } using fix_tag_type = std::uint32_t; -} // namespace ocl::fix +} // namespace scl::fix -#endif // ifndef _OCL_FIX_PARSER_HPP +#endif // ifndef _SCL_FIX_PARSER_HPP -- cgit v1.2.3