summaryrefslogtreecommitdiffhomepage
path: root/dev/lib/fix
diff options
context:
space:
mode:
Diffstat (limited to 'dev/lib/fix')
-rw-r--r--dev/lib/fix/parser.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/lib/fix/parser.hpp b/dev/lib/fix/parser.hpp
index 1ace160..ad6870a 100644
--- a/dev/lib/fix/parser.hpp
+++ b/dev/lib/fix/parser.hpp
@@ -60,8 +60,8 @@ namespace snu::fix
template <typename char_type = char>
struct basic_range final
{
- char_type* bytes_;
- size_t length_;
+ char_type* bytes_{nullptr};
+ size_t length_{};
bool is_valid() noexcept
{