mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-10-29 17:52:44 +00:00
fix(Extractor): clang compile
This commit is contained in:
@@ -588,8 +588,8 @@ private:
|
|||||||
{
|
{
|
||||||
Poco::TextConverter conv(*_pDBEncoding, *_pToEncoding);
|
Poco::TextConverter conv(*_pDBEncoding, *_pToEncoding);
|
||||||
val.resize(res.size());
|
val.resize(res.size());
|
||||||
C::iterator vIt = val.begin();
|
typename C::iterator vIt = val.begin();
|
||||||
C::iterator it = res.begin();
|
typename C::iterator it = res.begin();
|
||||||
for (; it != res.end(); ++it, ++vIt) conv.convert(*it, *vIt);
|
for (; it != res.end(); ++it, ++vIt) conv.convert(*it, *vIt);
|
||||||
}
|
}
|
||||||
return ret;
|
return ret;
|
||||||
|
|||||||
Reference in New Issue
Block a user