From 1c4bcb0ca012bebe7c7b9408aa85bb5b089e4619 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 10 Jul 2025 12:02:49 +0200 Subject: fix: use `visitor::soh` instead of just `soh` Signed-off-by: Amlal El Mahrouss --- lib/fix/parser.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/fix/parser.hpp b/lib/fix/parser.hpp index 091d8a9..bca5353 100644 --- a/lib/fix/parser.hpp +++ b/lib/fix/parser.hpp @@ -141,7 +141,7 @@ namespace snu::fix { for (auto& ch : in) { - if (ch != soh) + if (ch != visitor::soh) { in_tmp += ch; continue; -- cgit v1.2.3