From 26d403e46102269e5314199cd313e82e4e17d99a Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Mon, 19 Aug 2024 14:10:59 +0000 Subject: [PATCH] feat [skip ci]: update single_include --- single_include/toml.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/single_include/toml.hpp b/single_include/toml.hpp index fe5695c..afdaf5b 100644 --- a/single_include/toml.hpp +++ b/single_include/toml.hpp @@ -4829,7 +4829,8 @@ class region // a value that is constructed manually does not have input stream info region() : source_(nullptr), source_name_(""), length_(0), - first_line_(0), first_column_(0), last_line_(0), last_column_(0) + first_(0), first_line_(0), first_column_(0), last_(0), last_line_(0), + last_column_(0) {} // a value defined in [first, last).