diff --git a/TinySTL/Vector.h b/TinySTL/Vector.h index 87f9c20..cc9d4ca 100644 --- a/TinySTL/Vector.h +++ b/TinySTL/Vector.h @@ -247,7 +247,7 @@ namespace TinySTL{ auto temp = (last - lenOfRemoved); *temp = *(last++); } - return viter(first); + return (first); } template template