This commit is contained in:
Light-City 2019-11-05 17:31:14 +08:00
parent 3d804c1527
commit 76bf5b96cc
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ vector<list<int>> // before c++ 11 error error: >> should be > > wit
- [Automatic Type Deduction with auto](./c++2.0/auto.cpp)
- [Uniform Initialization ](./c++2.0/uniform_initialization.cpp)
- [initializer_list](./c++2.0/initializer.cpp)
- [explicit for ctors taking more than one argument](./c++2.0/ explicit.cpp)
- [explicit for ctors taking more than one argument](./c++2.0/explicit.cpp)
- [range-based for statement](./c++2.0/auto.cpp)
```cpp

View File

@ -17,7 +17,7 @@ vector<list<int>> // before c++ 11 error error: >> should be > > wit
- [initializer_list](initializer.cpp)
- [explicit for ctors taking more than one argument]( explicit.cpp)
- [explicit for ctors taking more than one argument](explicit.cpp)
- [range-based for statement](auto.cpp)