提交 5e636657 编写于 作者: T Tyler Young 提交者: Jonathan Wakely

Fixes typo: "code based" -> "code bases"

上级 fbc9db56
......@@ -5488,7 +5488,7 @@ Copy and move constructors should not be made `explicit` because they do not per
##### Enforcement
(Simple) Single-argument constructors should be declared `explicit`. Good single argument non-`explicit` constructors are rare in most code based. Warn for all that are not on a "positive list".
(Simple) Single-argument constructors should be declared `explicit`. Good single argument non-`explicit` constructors are rare in most code bases. Warn for all that are not on a "positive list".
### <a name="Rc-order"></a>C.47: Define and initialize member variables in the order of member declaration
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册