forked from organicmaps/organicmaps
Merge pull request #10490 from cc-engineering/geocoder.memory-optimization
[geocoder] Add memory optimization
This commit is contained in:
commit
1931f0f66d
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ public:
|
|||
Type m_type = Type::Count;
|
||||
|
||||
// The address fields of this entry, one per Type.
|
||||
std::array<Tokens, static_cast<size_t>(Type::Count) + 1> m_address;
|
||||
std::array<Tokens, static_cast<size_t>(Type::Count)> m_address;
|
||||
};
|
||||
|
||||
explicit Hierarchy(std::vector<Entry> && entries, bool sorted);
|
||||
|
|
Loading…
Add table
Reference in a new issue