From 67fe07c001c7d70f951d5182fb9574b9fdb04f47 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:15:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0deque?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TinySTL/Deque.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 TinySTL/Deque.h diff --git a/TinySTL/Deque.h b/TinySTL/Deque.h new file mode 100644 index 0000000..b8eb065 --- /dev/null +++ b/TinySTL/Deque.h @@ -0,0 +1,7 @@ +#ifndef _DEQUE_H_ +#define _DEQUE_H_ + +namespace TinySTL{ + +} +#endif \ No newline at end of file