Skip to content

Commit

Permalink
revision changkun#2: 统一修改代码注释
Browse files Browse the repository at this point in the history
changkun committed Mar 30, 2018
1 parent 1562815 commit b293611
Showing 25 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion code/1/1.1.cpp
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion code/1/foo.c
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
// foo.c
// c++1x tutorial
//
// created by changkun at shiyanlou.com
// created by changkun at changkun.de
//


2 changes: 1 addition & 1 deletion code/1/foo.h
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
// foo.h
// c++1x tutorial
//
// created by changkun at shiyanlou.com
// created by changkun at changkun.de
//


2 changes: 1 addition & 1 deletion code/2/2.1.cpp
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
// 2.1.cpp
// c++1x tutorial
//
// created by changkun at shiyanlou.com
// created by changkun at changkun.de
//
// nullptr

2 changes: 1 addition & 1 deletion code/2/2.2.cpp
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
// 2.2.cpp
// c++1x tutorial
//
// created by changkun at shiyanlou.com
// created by changkun at changkun.de
//
// constexpr

2 changes: 1 addition & 1 deletion code/2/2.3.cpp
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
// 2.3.cpp
// c++1x tutorial
//
// created by changkun at shiyanlou.com
// created by changkun at changkun.de
//
// auto/decltype/尾返回类型/返回类型推导

2 changes: 1 addition & 1 deletion code/2/2.4.cpp
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
// 2.4.cpp
// c++1x tutorial
//
// created by changkun at shiyanlou.com
// created by changkun at changkun.de
//
// 区间迭代

2 changes: 1 addition & 1 deletion code/2/2.5.cpp
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
// 2.5.cpp
// c++1x tutorial
//
// created by changkun at shiyanlou.com
// created by changkun at changkun.de
//
// 初始化列表

2 changes: 1 addition & 1 deletion code/2/2.6.cpp
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
// 2.6.cpp
// c++1x tutorial
//
// created by changkun at shiyanlou.com
// created by changkun at changkun.de
//
// 模板增强

2 changes: 1 addition & 1 deletion code/2/2.7.cpp
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
// 2.7.cpp
// c++1x tutorial
//
// created by changkun at shiyanlou.com
// created by changkun at changkun.de
//
// 面向对象增强

2 changes: 1 addition & 1 deletion code/2/2.8.cpp
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
// 2.8.cpp
// c++1x tutorial
//
// created by changkun at shiyanlou.com
// created by changkun at changkun.de
//
// 强类型枚举

2 changes: 1 addition & 1 deletion code/3/3.1.cpp
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
// 3.1.cpp
// c++1x tutorial
//
// created by changkun at shiyanlou.com
// created by changkun at changkun.de
//
// lambda expression

2 changes: 1 addition & 1 deletion code/3/3.2.cpp
Original file line number Diff line number Diff line change
@@ -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

2 changes: 1 addition & 1 deletion code/3/3.3.cpp
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
// 3.3.cpp
// c++1x tutorial
//
// created by changkun at shiyanlou.com
// created by changkun at changkun.de
//
// 右值引用 rvalue reference

2 changes: 1 addition & 1 deletion code/3/3.4.cpp
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
// 3.4.cpp
// c++1x tutorial
//
// created by changkun at shiyanlou.com
// created by changkun at changkun.de
//
// 移动语义

2 changes: 1 addition & 1 deletion code/3/3.5.cpp
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
// 3.5.cpp
// c++1x tutorial
//
// created by changkun at shiyanlou.com
// created by changkun at changkun.de
//
// 移动语义

2 changes: 1 addition & 1 deletion code/3/3.6.cpp
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
// 3.6.cpp
// c++1x tutorial
//
// created by changkun at shiyanlou.com
// created by changkun at changkun.de
//
// 完美转发

2 changes: 1 addition & 1 deletion code/4/4.1.cpp
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
// 4.1.cpp
// c++1x tutorial
//
// created by changkun at shiyanlou.com
// created by changkun at changkun.de
//
// std::array

2 changes: 1 addition & 1 deletion code/4/4.2.cpp
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
// 4.2.cpp
// c++1x tutorial
//
// created by changkun at shiyanlou.com
// created by changkun at changkun.de
//
// 无序容器

2 changes: 1 addition & 1 deletion code/4/4.3.cpp
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
// 4.3.cpp
// c++1x tutorial
//
// created by changkun at shiyanlou.com
// created by changkun at changkun.de
//
// std::tuple 及其操作

2 changes: 1 addition & 1 deletion code/6/6.1.cpp
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
// 6.1.cpp
// c++1x tutorial
//
// created by changkun at shiyanlou.com
// created by changkun at changkun.de
//
// 正则表达式库

2 changes: 1 addition & 1 deletion code/7/7.1.cpp
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
// 7.1.cpp
// c++1x tutorial
//
// created by changkun at shiyanlou.com
// created by changkun at changkun.de
//
// 线程支持库

2 changes: 1 addition & 1 deletion code/7/7.2.cpp
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
// 7.2.cpp
// c++1x tutorial
//
// created by changkun at shiyanlou.com
// created by changkun at changkun.de
//
// 生产者消费者模型

2 changes: 1 addition & 1 deletion code/8/8.1.cpp
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
// 8.1.cpp
// c++1x tutorial
//
// created by changkun at shiyanlou.com
// created by changkun at changkun.de
//
// noexcept

2 changes: 1 addition & 1 deletion code/8/8.2.cpp
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
// 8.2.cpp
// c++1x tutorial
//
// created by changkun at shiyanlou.com
// created by changkun at changkun.de
//
// 字面量

0 comments on commit b293611

Please sign in to comment.