From 76bf5b96cc9fc9ca7c8108328450d13aa3e81419 Mon Sep 17 00:00:00 2001 From: Light-City <455954986@qq.com> Date: Tue, 5 Nov 2019 17:31:14 +0800 Subject: [PATCH] update --- README.md | 2 +- c++2.0/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9634fcd..dbbddc0 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ vector> // 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 diff --git a/c++2.0/README.md b/c++2.0/README.md index eeee6bc..03a61fa 100644 --- a/c++2.0/README.md +++ b/c++2.0/README.md @@ -17,7 +17,7 @@ vector> // 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)