forked from organicmaps/organicmaps
[indexer] Fix compilation for clang
This commit is contained in:
parent
e73151d0ae
commit
9468314a46
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ struct CellIdFeaturePairForTest
|
|||
uint32_t m_value;
|
||||
};
|
||||
|
||||
auto IndexValueInserter(auto & values)
|
||||
auto IndexValueInserter(vector<uint32_t> & values)
|
||||
{
|
||||
return [inserter = base::MakeBackInsertFunctor(values)] (uint64_t, auto value) { inserter(value); };
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue