添加circular buffer

This commit is contained in:
邹晓航
2014-09-24 08:01:06 +08:00
parent 1cff23c2ef
commit 94435b4ae3
3 changed files with 12 additions and 0 deletions

8
TinySTL/CircularBuffer.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef _CIRCULAR_BUFFER_H_
#define _CIRCULAR_BUFFER_H_
namespace TinySTL{
}
#endif