This commit is contained in:
邹晓航
2014-12-20 09:45:17 +08:00
parent 7d8d72b8f2
commit f5873cb963

10
TinySTL/Test/PairTest.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef _PAIR_TEST_H_
#define _PAIR_TEST_H_
void testCase1();
void testCase2();
void testCase3();
void testCase4();
void testCase5();
#endif