This commit is contained in:
邹晓航
2014-10-08 20:20:03 +08:00

View File

@@ -14,6 +14,7 @@ TinySTL
* skip list
* binary search tree
* AVL tree
* 线段树
* splay tree
* rope
* Van Emde Boas tree
@@ -36,7 +37,8 @@ TinySTL
* STL Algorithms:
* fill100%
* fill_n100%
* circular_buffer100%
* circular_buffer90%
* bitmap30%
#TinySTL测试:
###测试环境Windows 7 && VS2013 && release模式