mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Rollback celldb optimization (#658)
This commit is contained in:
parent
9be3701bc0
commit
5e0dadfff6
7 changed files with 21 additions and 285 deletions
|
@ -43,7 +43,7 @@ class CellHashTable {
|
|||
template <class F>
|
||||
void for_each(F &&f) {
|
||||
for (auto &info : set_) {
|
||||
f(const_cast<InfoT &>(info));
|
||||
f(info);
|
||||
}
|
||||
}
|
||||
template <class F>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue