This commit is contained in:
邹晓航
2014-12-22 10:15:11 +08:00
parent 9813608090
commit dc3768f85e

View File

@@ -187,22 +187,22 @@ namespace TinySTL{
}
}
using namespace TinySTL::VectorTest;
int main(){
//testCase1();
//testCase2();
//testCase3();
//testCase4();
//testCase5();
//testCase6();
//testCase7();
//testCase8();
//testCase9();
//testCase10();
//testCase11();
//testCase12();
//testCase13();
//testCase14();
system("pause");
return 0;
}
//using namespace TinySTL::VectorTest;
//int main(){
// //testCase1();
// //testCase2();
// //testCase3();
// //testCase4();
// //testCase5();
// //testCase6();
// //testCase7();
// //testCase8();
// //testCase9();
// //testCase10();
// //testCase11();
// //testCase12();
// //testCase13();
// //testCase14();
// system("pause");
// return 0;
//}