mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-01 17:10:26 +08:00
Fixed build for C++03
This commit is contained in:
@@ -305,9 +305,9 @@ Transform OdometryF2M::computeTransform(
|
||||
{
|
||||
if(matches.find(iter->first) == matches.end())
|
||||
{
|
||||
iter = mapPoints.erase(iter);
|
||||
iterMapDescriptors = mapDescriptors.erase(iterMapDescriptors);
|
||||
iterMapWords = mapWords.erase(iterMapWords);
|
||||
mapPoints.erase(iter++);
|
||||
mapDescriptors.erase(iterMapDescriptors++);
|
||||
mapWords.erase(iterMapWords++);
|
||||
++removed;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user