mirror of
https://github.com/changkun/modern-cpp-tutorial.git
synced 2025-12-17 04:34:40 +03:00
revision #2: 统一修改代码注释
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// 2.1.cpp
|
||||
// c++1x tutorial
|
||||
//
|
||||
// created by changkun at shiyanlou.com
|
||||
// created by changkun at changkun.de
|
||||
//
|
||||
// nullptr
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 2.2.cpp
|
||||
// c++1x tutorial
|
||||
//
|
||||
// created by changkun at shiyanlou.com
|
||||
// created by changkun at changkun.de
|
||||
//
|
||||
// constexpr
|
||||
|
||||
|
||||
@@ -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,7 +2,7 @@
|
||||
// 2.4.cpp
|
||||
// c++1x tutorial
|
||||
//
|
||||
// created by changkun at shiyanlou.com
|
||||
// created by changkun at changkun.de
|
||||
//
|
||||
// 区间迭代
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 2.5.cpp
|
||||
// c++1x tutorial
|
||||
//
|
||||
// created by changkun at shiyanlou.com
|
||||
// created by changkun at changkun.de
|
||||
//
|
||||
// 初始化列表
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 2.6.cpp
|
||||
// c++1x tutorial
|
||||
//
|
||||
// created by changkun at shiyanlou.com
|
||||
// created by changkun at changkun.de
|
||||
//
|
||||
// 模板增强
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 2.7.cpp
|
||||
// c++1x tutorial
|
||||
//
|
||||
// created by changkun at shiyanlou.com
|
||||
// created by changkun at changkun.de
|
||||
//
|
||||
// 面向对象增强
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// 2.8.cpp
|
||||
// c++1x tutorial
|
||||
//
|
||||
// created by changkun at shiyanlou.com
|
||||
// created by changkun at changkun.de
|
||||
//
|
||||
// 强类型枚举
|
||||
|
||||
|
||||
Reference in New Issue
Block a user