From 80416ca8db5e2379dc08e836ee081b21523d0fd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=93=E8=88=AA?= <1210603696@qq.com> Date: Wed, 29 Oct 2014 15:06:39 +0800 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 79eab8d..8a747a2 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,11 @@ TinySTL * iterator traits:100% * reverse_iterator:100% * vector:100% + * string:100% + * priority_queue:100% + * stack:100% + * deque:100% + * queue:100% * STL Algorithms: * fill:100% * fill_n:100% @@ -53,14 +58,11 @@ TinySTL * none_of:100% * find_if:100% * find_if_not:100% -* circular_buffer:100% -* bitmap:100% -* string:100% -* priority_queue:100% -* stack:100% -* binary_search_tree:100% -* deque:100% -* queue:100% + * adjacent_find:100% +* 其他组件: + * circular_buffer:100% + * bitmap:100% + * binary_search_tree:100% #TinySTL测试: ###测试环境:Windows 7 && VS2013 && release模式