添加stack

This commit is contained in:
邹晓航
2014-10-10 19:13:51 +08:00
parent 9fd3917aaf
commit 1aa59d87cb

7
TinySTL/Stack.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef _STACK_H_
#define _STACK_H_
namespace TinySTL{
}
#endif