Update README.md

This commit is contained in:
邹晓航
2014-11-03 14:17:13 +08:00
parent b2573465ff
commit d7c1132b20

View File

@@ -42,6 +42,7 @@ TinySTL
* stack100%
* deque100%
* queue100%
* pair20%
* STL Algorithms:
* fill100%
* fill_n100%
@@ -61,6 +62,7 @@ TinySTL
* adjacent_find100%
* count100%
* count_if100%
* mismatch100%
* 其他组件:
* circular_buffer100%
* bitmap100%