summaryrefslogtreecommitdiffhomepage
path: root/include/ocl/fix/parser.hpp
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/parser.hpp
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/parser.hpp')
-rw-r--r--include/ocl/fix/parser.hpp4
1 files changed, 2 insertions, 2 deletions
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>;