summaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-07-19 08:22:05 +0100
committerGitHub <noreply@github.com>2025-07-19 08:22:05 +0100
commit0b293838b939e0288670893db281cbe4917141c9 (patch)
treeb65b1ae7f2d9c1fc95f99b313c64a5c14da2c040 /lib
parent26b639b339f1304ae4962ba9be2c04c7bc13fd57 (diff)
refactor: parser.hpp: add space between class declarations.
Diffstat (limited to 'lib')
-rw-r--r--lib/fix/parser.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/fix/parser.hpp b/lib/fix/parser.hpp
index f643241..3ab5467 100644
--- a/lib/fix/parser.hpp
+++ b/lib/fix/parser.hpp
@@ -18,8 +18,10 @@ namespace snu::fix
{
template <typename char_type>
struct visitor;
+
template <typename char_type>
struct range;
+
template <typename char_type>
struct range_data;