diff --git a/.README.md.un~ b/.README.md.un~ index 8759b19..ec49c81 100644 Binary files a/.README.md.un~ and b/.README.md.un~ differ diff --git a/README.md b/README.md index de7c339..acadd33 100644 --- a/README.md +++ b/README.md @@ -71,9 +71,8 @@ for(decl:col) { - Alias(化名)Template(template typedef) -[alias.cpp](./c++2.0/alias.cpp) - -[template_template.cpp](./c++2.0/template_template.cpp) + - [alias.cpp](./c++2.0/alias.cpp) + - [template_template.cpp](./c++2.0/template_template.cpp) - [template template parameter](./c++2.0/template_template.cpp) - [type alias](./c++2.0/type_alias.cpp) @@ -86,11 +85,9 @@ for(decl:col) { - [move aware class](./c++2.0/move.cpp) - 容器-结构与分类 -(1) 序列式容器包括:array(C++2.0新引入),vector,deque,list,forward_list(C++2.0新引入) - -(2) 关联式容器包括:set/multiset,map/multimap - -(3) 无序容器(C++2.0新引入,更换原先hash_xxx为unordered_xxx)包括:unordered_map/unordered_multimap,unordered_set/unordered_multiset + - (1) 序列式容器包括:array(C++2.0新引入),vector,deque,list,forward_list(C++2.0新引入) + - (2) 关联式容器包括:set/multiset,map/multimap + - (3) 无序容器(C++2.0新引入,更换原先hash_xxx为unordered_xxx)包括:unordered_map/unordered_multimap,unordered_set/unordered_multiset - [Hash Function](./c++2.0/hash.cpp) - [tuple](./c++2.0/tuple.cpp) diff --git a/codingStyleIdioms/.README.md.swp b/codingStyleIdioms/.README.md.swp deleted file mode 100644 index 00e7e63..0000000 Binary files a/codingStyleIdioms/.README.md.swp and /dev/null differ