mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 04:44:34 +03:00
Fixes typo: "code based" -> "code bases"
This commit is contained in:
committed by
Jonathan Wakely
parent
fbc9db56f0
commit
5e636657d9
@@ -5488,7 +5488,7 @@ Copy and move constructors should not be made `explicit` because they do not per
|
|||||||
|
|
||||||
##### Enforcement
|
##### 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
|
### <a name="Rc-order"></a>C.47: Define and initialize member variables in the order of member declaration
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user