From 1aa59d87cb39c37ce3542dac464ad7cafd454dc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=93=E8=88=AA?= <1210603696@qq.com> Date: Fri, 10 Oct 2014 19:13:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0stack?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TinySTL/Stack.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 TinySTL/Stack.h diff --git a/TinySTL/Stack.h b/TinySTL/Stack.h new file mode 100644 index 0000000..c26b3f3 --- /dev/null +++ b/TinySTL/Stack.h @@ -0,0 +1,7 @@ +#ifndef _STACK_H_ +#define _STACK_H_ + +namespace TinySTL{ + +} +#endif \ No newline at end of file