From b29361166f2fa4ff0eb9d9bdf5a67a3aef82df04 Mon Sep 17 00:00:00 2001 From: Changkun Ou Date: Fri, 30 Mar 2018 08:14:35 +0200 Subject: [PATCH] =?UTF-8?q?revision=20#2:=20=E7=BB=9F=E4=B8=80=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=BB=A3=E7=A0=81=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/1/1.1.cpp | 2 +- code/1/foo.c | 2 +- code/1/foo.h | 2 +- code/2/2.1.cpp | 2 +- code/2/2.2.cpp | 2 +- code/2/2.3.cpp | 2 +- code/2/2.4.cpp | 2 +- code/2/2.5.cpp | 2 +- code/2/2.6.cpp | 2 +- code/2/2.7.cpp | 2 +- code/2/2.8.cpp | 2 +- code/3/3.1.cpp | 2 +- code/3/3.2.cpp | 2 +- code/3/3.3.cpp | 2 +- code/3/3.4.cpp | 2 +- code/3/3.5.cpp | 2 +- code/3/3.6.cpp | 2 +- code/4/4.1.cpp | 2 +- code/4/4.2.cpp | 2 +- code/4/4.3.cpp | 2 +- code/6/6.1.cpp | 2 +- code/7/7.1.cpp | 2 +- code/7/7.2.cpp | 2 +- code/8/8.1.cpp | 2 +- code/8/8.2.cpp | 2 +- 25 files changed, 25 insertions(+), 25 deletions(-) diff --git a/code/1/1.1.cpp b/code/1/1.1.cpp index b7c1d46..b5479f3 100644 --- a/code/1/1.1.cpp +++ b/code/1/1.1.cpp @@ -2,7 +2,7 @@ // 1.1.cpp // c++1x tutorial // -// created by changkun at shiyanlou.com +// created by changkun at changkun.de // #include "foo.h" diff --git a/code/1/foo.c b/code/1/foo.c index 5c3668b..a21621e 100644 --- a/code/1/foo.c +++ b/code/1/foo.c @@ -2,7 +2,7 @@ // foo.c // c++1x tutorial // -// created by changkun at shiyanlou.com +// created by changkun at changkun.de // diff --git a/code/1/foo.h b/code/1/foo.h index 6aa8ead..b5d62c6 100644 --- a/code/1/foo.h +++ b/code/1/foo.h @@ -2,7 +2,7 @@ // foo.h // c++1x tutorial // -// created by changkun at shiyanlou.com +// created by changkun at changkun.de // diff --git a/code/2/2.1.cpp b/code/2/2.1.cpp index ccdc6c4..f79e94b 100644 --- a/code/2/2.1.cpp +++ b/code/2/2.1.cpp @@ -2,7 +2,7 @@ // 2.1.cpp // c++1x tutorial // -// created by changkun at shiyanlou.com +// created by changkun at changkun.de // // nullptr diff --git a/code/2/2.2.cpp b/code/2/2.2.cpp index 3c115b9..ee94910 100644 --- a/code/2/2.2.cpp +++ b/code/2/2.2.cpp @@ -2,7 +2,7 @@ // 2.2.cpp // c++1x tutorial // -// created by changkun at shiyanlou.com +// created by changkun at changkun.de // // constexpr diff --git a/code/2/2.3.cpp b/code/2/2.3.cpp index 39f206c..e3d0387 100644 --- a/code/2/2.3.cpp +++ b/code/2/2.3.cpp @@ -2,7 +2,7 @@ // 2.3.cpp // c++1x tutorial // -// created by changkun at shiyanlou.com +// created by changkun at changkun.de // // auto/decltype/尾返回类型/返回类型推导 diff --git a/code/2/2.4.cpp b/code/2/2.4.cpp index 62b4351..c9cd59d 100644 --- a/code/2/2.4.cpp +++ b/code/2/2.4.cpp @@ -2,7 +2,7 @@ // 2.4.cpp // c++1x tutorial // -// created by changkun at shiyanlou.com +// created by changkun at changkun.de // // 区间迭代 diff --git a/code/2/2.5.cpp b/code/2/2.5.cpp index 7890fba..e082dd4 100644 --- a/code/2/2.5.cpp +++ b/code/2/2.5.cpp @@ -2,7 +2,7 @@ // 2.5.cpp // c++1x tutorial // -// created by changkun at shiyanlou.com +// created by changkun at changkun.de // // 初始化列表 diff --git a/code/2/2.6.cpp b/code/2/2.6.cpp index 8fb3e94..91895d6 100644 --- a/code/2/2.6.cpp +++ b/code/2/2.6.cpp @@ -2,7 +2,7 @@ // 2.6.cpp // c++1x tutorial // -// created by changkun at shiyanlou.com +// created by changkun at changkun.de // // 模板增强 diff --git a/code/2/2.7.cpp b/code/2/2.7.cpp index 1d7bc30..da4f9c2 100644 --- a/code/2/2.7.cpp +++ b/code/2/2.7.cpp @@ -2,7 +2,7 @@ // 2.7.cpp // c++1x tutorial // -// created by changkun at shiyanlou.com +// created by changkun at changkun.de // // 面向对象增强 diff --git a/code/2/2.8.cpp b/code/2/2.8.cpp index 54e3196..ed72c6c 100644 --- a/code/2/2.8.cpp +++ b/code/2/2.8.cpp @@ -2,7 +2,7 @@ // 2.8.cpp // c++1x tutorial // -// created by changkun at shiyanlou.com +// created by changkun at changkun.de // // 强类型枚举 diff --git a/code/3/3.1.cpp b/code/3/3.1.cpp index 3782544..e179fdd 100644 --- a/code/3/3.1.cpp +++ b/code/3/3.1.cpp @@ -2,7 +2,7 @@ // 3.1.cpp // c++1x tutorial // -// created by changkun at shiyanlou.com +// created by changkun at changkun.de // // lambda expression diff --git a/code/3/3.2.cpp b/code/3/3.2.cpp index 90b0277..e8ac6b8 100644 --- a/code/3/3.2.cpp +++ b/code/3/3.2.cpp @@ -2,7 +2,7 @@ // 3.2.cpp // c++1x tutorial // -// created by changkun at shiyanlou.com +// created by changkun at changkun.de // // std::function std::bind diff --git a/code/3/3.3.cpp b/code/3/3.3.cpp index 7bb5f07..df57aad 100644 --- a/code/3/3.3.cpp +++ b/code/3/3.3.cpp @@ -2,7 +2,7 @@ // 3.3.cpp // c++1x tutorial // -// created by changkun at shiyanlou.com +// created by changkun at changkun.de // // 右值引用 rvalue reference diff --git a/code/3/3.4.cpp b/code/3/3.4.cpp index f0c75a0..66ee35a 100644 --- a/code/3/3.4.cpp +++ b/code/3/3.4.cpp @@ -2,7 +2,7 @@ // 3.4.cpp // c++1x tutorial // -// created by changkun at shiyanlou.com +// created by changkun at changkun.de // // 移动语义 diff --git a/code/3/3.5.cpp b/code/3/3.5.cpp index f8eecae..ce22c9e 100644 --- a/code/3/3.5.cpp +++ b/code/3/3.5.cpp @@ -2,7 +2,7 @@ // 3.5.cpp // c++1x tutorial // -// created by changkun at shiyanlou.com +// created by changkun at changkun.de // // 移动语义 diff --git a/code/3/3.6.cpp b/code/3/3.6.cpp index b85f2ae..5021e9e 100644 --- a/code/3/3.6.cpp +++ b/code/3/3.6.cpp @@ -2,7 +2,7 @@ // 3.6.cpp // c++1x tutorial // -// created by changkun at shiyanlou.com +// created by changkun at changkun.de // // 完美转发 diff --git a/code/4/4.1.cpp b/code/4/4.1.cpp index fd6acbc..21932a4 100644 --- a/code/4/4.1.cpp +++ b/code/4/4.1.cpp @@ -2,7 +2,7 @@ // 4.1.cpp // c++1x tutorial // -// created by changkun at shiyanlou.com +// created by changkun at changkun.de // // std::array diff --git a/code/4/4.2.cpp b/code/4/4.2.cpp index 623dc84..6444eec 100644 --- a/code/4/4.2.cpp +++ b/code/4/4.2.cpp @@ -2,7 +2,7 @@ // 4.2.cpp // c++1x tutorial // -// created by changkun at shiyanlou.com +// created by changkun at changkun.de // // 无序容器 diff --git a/code/4/4.3.cpp b/code/4/4.3.cpp index ff790b3..c635230 100644 --- a/code/4/4.3.cpp +++ b/code/4/4.3.cpp @@ -2,7 +2,7 @@ // 4.3.cpp // c++1x tutorial // -// created by changkun at shiyanlou.com +// created by changkun at changkun.de // // std::tuple 及其操作 diff --git a/code/6/6.1.cpp b/code/6/6.1.cpp index d572a53..bd74b84 100644 --- a/code/6/6.1.cpp +++ b/code/6/6.1.cpp @@ -2,7 +2,7 @@ // 6.1.cpp // c++1x tutorial // -// created by changkun at shiyanlou.com +// created by changkun at changkun.de // // 正则表达式库 diff --git a/code/7/7.1.cpp b/code/7/7.1.cpp index 793da95..6ee7e8b 100644 --- a/code/7/7.1.cpp +++ b/code/7/7.1.cpp @@ -2,7 +2,7 @@ // 7.1.cpp // c++1x tutorial // -// created by changkun at shiyanlou.com +// created by changkun at changkun.de // // 线程支持库 diff --git a/code/7/7.2.cpp b/code/7/7.2.cpp index c8199a2..7fd9d87 100644 --- a/code/7/7.2.cpp +++ b/code/7/7.2.cpp @@ -2,7 +2,7 @@ // 7.2.cpp // c++1x tutorial // -// created by changkun at shiyanlou.com +// created by changkun at changkun.de // // 生产者消费者模型 diff --git a/code/8/8.1.cpp b/code/8/8.1.cpp index 4aab0a4..3875eba 100644 --- a/code/8/8.1.cpp +++ b/code/8/8.1.cpp @@ -2,7 +2,7 @@ // 8.1.cpp // c++1x tutorial // -// created by changkun at shiyanlou.com +// created by changkun at changkun.de // // noexcept diff --git a/code/8/8.2.cpp b/code/8/8.2.cpp index 60f0594..34526df 100644 --- a/code/8/8.2.cpp +++ b/code/8/8.2.cpp @@ -2,7 +2,7 @@ // 8.2.cpp // c++1x tutorial // -// created by changkun at shiyanlou.com +// created by changkun at changkun.de // // 字面量