This commit is contained in:
@@ -187,22 +187,22 @@ namespace TinySTL{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
using namespace TinySTL::VectorTest;
|
//using namespace TinySTL::VectorTest;
|
||||||
int main(){
|
//int main(){
|
||||||
//testCase1();
|
// //testCase1();
|
||||||
//testCase2();
|
// //testCase2();
|
||||||
//testCase3();
|
// //testCase3();
|
||||||
//testCase4();
|
// //testCase4();
|
||||||
//testCase5();
|
// //testCase5();
|
||||||
//testCase6();
|
// //testCase6();
|
||||||
//testCase7();
|
// //testCase7();
|
||||||
//testCase8();
|
// //testCase8();
|
||||||
//testCase9();
|
// //testCase9();
|
||||||
//testCase10();
|
// //testCase10();
|
||||||
//testCase11();
|
// //testCase11();
|
||||||
//testCase12();
|
// //testCase12();
|
||||||
//testCase13();
|
// //testCase13();
|
||||||
//testCase14();
|
// //testCase14();
|
||||||
system("pause");
|
// system("pause");
|
||||||
return 0;
|
// return 0;
|
||||||
}
|
//}
|
||||||
Reference in New Issue
Block a user