Update segtree_generic.cc
This commit is contained in:
parent
0f8212960f
commit
96f5877abb
|
@ -98,7 +98,7 @@ public:
|
|||
return res;
|
||||
}
|
||||
|
||||
const vector<info_type> get_d() {
|
||||
const vector<info_type>& get_d() {
|
||||
return d;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue