bug fix
This commit is contained in:
@@ -247,7 +247,7 @@ namespace TinySTL{
|
|||||||
auto temp = (last - lenOfRemoved);
|
auto temp = (last - lenOfRemoved);
|
||||||
*temp = *(last++);
|
*temp = *(last++);
|
||||||
}
|
}
|
||||||
return viter<T>(first);
|
return (first);
|
||||||
}
|
}
|
||||||
template<class T, class Alloc>
|
template<class T, class Alloc>
|
||||||
template<class InputIterator>
|
template<class InputIterator>
|
||||||
|
|||||||
Reference in New Issue
Block a user