diff options
Diffstat (limited to 'src/fix/parser_impl.cpp')
| -rw-r--r-- | src/fix/parser_impl.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
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) { |
