diff --git a/TinySTL/Test/VectorTest.h b/TinySTL/Test/VectorTest.h index a0e5340..ad52a6a 100644 --- a/TinySTL/Test/VectorTest.h +++ b/TinySTL/Test/VectorTest.h @@ -12,14 +12,14 @@ #include #include -template -using stdVec = std::vector < T > ; - -template -using tsVec = TinySTL::vector < T > ; - namespace TinySTL{ namespace VectorTest{ + template + using stdVec = std::vector < T >; + + template + using tsVec = TinySTL::vector < T >; + void testCase1(); void testCase2(); void testCase3();