forked from organicmaps/organicmaps
Minor buffer_vector::const_iterator fix
This commit is contained in:
parent
1752fcff93
commit
60e67a7cbd
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
template <typename IterT> void insert(T const * where, IterT beg, IterT end)
|
||||
template <typename IterT> void insert(const_iterator where, IterT beg, IterT end)
|
||||
{
|
||||
ptrdiff_t const pos = where - data();
|
||||
ASSERT_GREATER_OR_EQUAL(pos, 0, ());
|
||||
|
|
Loading…
Add table
Reference in a new issue