添加deque

This commit is contained in:
邹晓航
2014-10-10 19:15:00 +08:00
parent 1aa59d87cb
commit 67fe07c001

7
TinySTL/Deque.h Normal file
View File

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