feat [skip ci]: update single_include

This commit is contained in:
ToruNiina
2024-08-19 14:10:59 +00:00
parent f40f4d7770
commit 26d403e461

View File

@@ -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).