diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/fix/parser.hpp (renamed from lib/fix.hpp) | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/fix.hpp b/lib/fix/parser.hpp index 4620ad0..83bbd1a 100644 --- a/lib/fix.hpp +++ b/lib/fix/parser.hpp @@ -55,6 +55,12 @@ namespace snu::fix static constexpr auto soh = '|'; static constexpr auto base = 10U; + explicit fix_visitor() = default; + ~fix_visitor() = default; + + fix_visitor& operator=(const fix_visitor&) = default; + fix_visitor(const fix_visitor&) = default; + fix_range_data visit(const std::string& in) { fix_range_data ret{}; |
