From 700510fe095085572250830dd7c2ff8b41023031 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 23 Dec 2025 19:56:10 +0100 Subject: fix: Put destructor in source for impl to be known. Signed-off-by: Amlal El Mahrouss --- src/fix/parser_impl.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/fix/parser_impl.cpp') diff --git a/src/fix/parser_impl.cpp b/src/fix/parser_impl.cpp index b12166a..cc18035 100644 --- a/src/fix/parser_impl.cpp +++ b/src/fix/parser_impl.cpp @@ -78,6 +78,9 @@ namespace ocl::fix } }; + visitor::visitor() = default; + visitor::~visitor() = default; + /// \brief Alias of visit. range_buffer visitor::operator()(const std::string& in) { -- cgit v1.2.3