This commit is contained in:
邹晓航
2014-10-16 16:15:37 +08:00
parent 3e70e8db26
commit 4a07567d32

View File

@@ -247,7 +247,7 @@ namespace TinySTL{
auto temp = (last - lenOfRemoved);
*temp = *(last++);
}
return viter<T>(first);
return (first);
}
template<class T, class Alloc>
template<class InputIterator>