完成unique_ptr测试

This commit is contained in:
邹晓航
2015-03-12 16:31:08 +08:00
parent c174e8abc2
commit 32fefc463e
6 changed files with 100 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ TinySTL
* pair100%
* list100%
* unordered_set100%
* unique_ptr100%
* STL Algorithms:
* fill100%
* fill_n100%
@@ -101,6 +102,7 @@ TinySTL
* unordered_set100%
* directed_graph100%
* trie tree100%
* unique_ptr100%
#TinySTL性能测试:
###测试环境Windows 7 && VS2013 && release模式