提交 122cda0b 编写于 作者: H hsutter

Closes #1451

上级 5fdfb20b
...@@ -5892,7 +5892,7 @@ After a copy `x` and `y` can be independent objects (value semantics, the way no ...@@ -5892,7 +5892,7 @@ After a copy `x` and `y` can be independent objects (value semantics, the way no
##### Note ##### Note
Prefer copy semantics unless you are building a "smart pointer". Value semantics is the simplest to reason about and what the standard-library facilities expect. Prefer value semantics unless you are building a "smart pointer". Value semantics is the simplest to reason about and what the standard-library facilities expect.
##### Enforcement ##### Enforcement
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册