1
0
Fork 0

Update segtree_generic.cc

This commit is contained in:
Ariel 2024-03-09 12:52:07 +08:00 committed by GitHub
parent 0f8212960f
commit 96f5877abb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ public:
return res;
}
const vector<info_type> get_d() {
const vector<info_type>& get_d() {
return d;
}
};