forked from organicmaps/organicmaps
Universal reference in Tokenizer.
This commit is contained in:
parent
01409327e8
commit
96807088bf
1 changed files with 2 additions and 2 deletions
|
@ -165,8 +165,8 @@ public:
|
|||
typedef TokenizeIterator<SimpleDelimiter,
|
||||
::utf8::unchecked::iterator<string::const_iterator> > SimpleTokenizer;
|
||||
|
||||
template <typename FunctorT>
|
||||
void Tokenize(string const & str, char const * delims, FunctorT f)
|
||||
template <typename TFunctor>
|
||||
void Tokenize(string const & str, char const * delims, TFunctor && f)
|
||||
{
|
||||
SimpleTokenizer iter(str, delims);
|
||||
while (iter)
|
||||
|
|
Loading…
Add table
Reference in a new issue