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; //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;
} //}