summaryrefslogtreecommitdiffhomepage
path: root/include/ocl/fix
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-30 00:42:50 -0500
committerAmlal El Mahrouss <amlal@nekernel.org>2025-11-30 00:42:50 -0500
commite6579534e7c64be652ffeb74be7c977564a3ddab (patch)
tree69b908f5b2d81f477d3cfe39ecc6c01fbdc89657 /include/ocl/fix
parenta8e99f3a783069cf85b626c6cfb2fbe83ae4fd44 (diff)
chore & feat: final library changes to stabilize changes.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/ocl/fix')
-rw-r--r--include/ocl/fix/checksum.hpp4
-rw-r--r--include/ocl/fix/parser.hpp4
2 files changed, 6 insertions, 2 deletions
diff --git a/include/ocl/fix/checksum.hpp b/include/ocl/fix/checksum.hpp
index 9205664..807b9b0 100644
--- a/include/ocl/fix/checksum.hpp
+++ b/include/ocl/fix/checksum.hpp
@@ -8,3 +8,7 @@
#pragma once
#include <core/config.hpp>
+
+namespace ocl::fix
+{
+} \ No newline at end of file
diff --git a/include/ocl/fix/parser.hpp b/include/ocl/fix/parser.hpp
index 3d24cf0..71e0eb6 100644
--- a/include/ocl/fix/parser.hpp
+++ b/include/ocl/fix/parser.hpp
@@ -10,9 +10,9 @@
#include <core/config.hpp>
#include <io/print.hpp>
-
#include <algorithm>
#include <string>
+#include <vector>
namespace ocl::fix
{
@@ -216,7 +216,7 @@ namespace ocl::fix
}
}
- using fix_tag_type = std::uint32_t;
+ using fix_tag_type = std::basic_string<char>;
using range_data = basic_range_data<char>;
using visitor = basic_visitor<char>;