Commit Graph

500 Commits

Author SHA1 Message Date
Chandlerooo
d885587e88
增加遗漏的限定条件,原译文中有'in such a context' () 2025-02-14 13:44:04 +08:00
suyeguanxing
3692b1af6e
fix ()
* fix : 翻译错误

* fix  多处重载改为重写
2024-11-08 11:44:18 +08:00
Yrugit
d9dc891f08
修复#183,#176,#165,#156,#153 ()
* 尝试

* 修改
2024-11-08 09:41:34 +08:00
suyeguanxing
3e1e3e2741
fix : 翻译错误 () 2024-11-08 09:36:34 +08:00
devinizz
252b63a60e
只改动一些必要的 () 2024-10-21 19:09:38 +08:00
Zard-C
77c0d58ed3
fix typo ()
Signed-off-by: Zard-C <patrick.zhang5233@gmail.com>
2024-08-19 14:53:44 +08:00
Mer
6ddd759973
Revision: with c++17, shared_ptr supports T[] ()
Signed-off-by: MER <mer.xuanyi@gmail.com>
2024-08-19 14:52:46 +08:00
Carl Gerlach
8bc0371709
Update item31.md () 2024-07-15 09:36:21 +08:00
Carl Gerlach
199be3f507
Update item21.md () 2024-07-10 17:47:22 +08:00
Zard-C
0ecc9cd98f
fix typo ()
Signed-off-by: Zard-C <patrick.zhang5233@gmail.com>
2024-07-05 10:00:52 +08:00
Fansure Grin
924b8aa9d2
Update item27.md () 2024-06-27 19:08:39 +08:00
L-Super
f4f79b9ba7
imporve: 移除网络词汇 () 2024-05-21 13:57:23 +08:00
shikai-123
14d64d6dfc
fix 等其他错误 () 2024-05-19 16:13:58 +08:00
Ruan Letian
ff3218a1f5
fix: typo mistake in item32 () 2024-05-07 10:03:34 +08:00
Dong-Yiyuan
8edc363ea7
调整描述,强调"返回传值形参" () 2024-02-19 10:18:38 +08:00
standback
a8199af8b0
fix , ()
* [item2]auto: fix , typo:cx

const auto& rx = cx;
==>
const auto& rx = x;

* [item18] unique_ptr: fix 

---------

Co-authored-by: jason_wang <jason_wang@realsil.com.cn>
2024-02-19 10:15:44 +08:00
Dong-Yiyuan
25a0569cde
fix a typo in item 28 () 2024-01-02 20:54:13 +08:00
Dong-Yiyuan
a9f64e914c
fix a typo and tweak desc () 2024-01-02 20:53:15 +08:00
SashaBao
00cac2e48d
Fix item5.md ()
最后一段开头的一句话原文是“The fact of the matter is that writing types explicitly often does little more than intro‐
duce opportunities for subtle errors, either in correctness or efficiency or both. ”,是在说明显式指定类型的劣势。
2023-09-20 11:33:38 +08:00
尚毛毛
1de81e61d5
重译简介的第一段 () 2023-09-03 22:30:13 +08:00
v1nh1shungry
b25b7f7642
Fix item41 ()
原翻译易让人误解为“按值传递不会有切片问题”
2023-08-24 00:07:41 -05:00
L-Super
7559edafc3
Update item22.md ()
修改`incomplete type`翻译,改为符合广泛用词的`不完整类型`
2023-08-23 09:32:55 -05:00
YingQin Chen
c4295e5ab4 Fix typo in example code in item26 2023-05-06 14:20:11 +08:00
hding
45f9d5fec0 fix the title of item36 2023-05-06 14:18:54 +08:00
Tau
2fc6b628a9 Fix
除了纠正 std::mutex 的不可移动特性外,还修正了一个语句不通顺的地方,它在译文的第四行。
2023-04-27 14:46:06 +08:00
XiaoXKKK
fa293eec23
Fix & ()
* fix 

* fix 
2023-04-22 11:34:26 +08:00
yx
c70044e107
Update item8.md ()
Missing *

Co-authored-by: yekunxu <130904770+yekunxu@users.noreply.github.com>
2023-04-22 11:33:54 +08:00
ccyykkcyk
d2f59cdcd4 修复错误的链接 2023-03-29 23:12:17 +08:00
Yi Yang
227fe3f235 revise item 7 according to (completely) 2023-03-06 21:29:49 +08:00
Yi Yang
c6da931d93 revise item 7 according to (partially) 2023-03-05 22:36:36 +08:00
Xingyu Feng
1c9d4ba5b8
Update item30.md () 2023-02-19 12:14:51 +08:00
Social_Mean
2492e6463b
将第一个代码块注释中的中文冒号改为英文冒号 ()
std::make_unique<Derived>();    //关于std::make_unique 
改为
std::make_unique<Derived>();    //关于std::make_unique
2023-01-31 11:01:12 +08:00
Yi Yang
305485e38e fix for 2023-01-29 11:38:33 +08:00
Yi Yang
dfaea82379 update 2022-12-28 10:42:42 +08:00
Yi Yang
8f0de3010f
Update README.md 2022-12-28 10:26:15 +08:00
David
a2296112ea chore: tune the express 2022-12-08 12:41:15 +08:00
He
cb23d19dba
Fix incorrect hyperlink path in all MD file () 2022-11-25 13:43:12 +08:00
Yi Yang
48c82517e7 Update src/4.SmartPointers/item22.md 2022-11-19 22:13:26 +08:00
L-Super
69d3be3a08 Update item22.md
对照英文原版,重新翻译了该语段
2022-11-19 22:13:26 +08:00
LSuper
2a98bec46a improve:改善item22部分语句,使之更符合中文语义,更通顺 2022-11-19 22:13:26 +08:00
guojq
d0ad3dfdb9 shard->shared 2022-11-18 22:12:04 +08:00
David
ea85b90155 chore: add github link 2022-09-08 16:47:36 +08:00
xris1658
29a17211fb Update title of Item 21 2022-09-05 16:24:49 +08:00
xris1658
47344d25f9 Fix title of Item 21.
“而非new”->“而非直接使用new”
2022-09-05 16:24:49 +08:00
When
870210524e Update item4.md
fix typo
2022-09-05 16:24:12 +08:00
miamiaoxyz
fcd6fce86f fix introduction link 2022-09-05 16:23:41 +08:00
Yi Yang
19b4e25c69 tweak 2022-07-02 13:08:37 +08:00
David
faac919881 Fix path 2022-06-30 10:29:29 +08:00
David
e1a7ee2358 fix format 2022-06-30 10:28:04 +08:00
David
81c1293822 support online watch 2022-06-30 10:27:08 +08:00