mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 20:54:41 +03:00
@@ -3809,7 +3809,7 @@ Also, the default for `int` would be better done as a [member initializer](#Rc-i
|
||||
|
||||
##### Enforcement
|
||||
|
||||
* Flag classes with user-define copy operations but no destructor (a user-defined copy is a good indicator that the class has an invariant)
|
||||
* Flag classes with user-define copy operations but no constructor (a user-defined copy is a good indicator that the class has an invariant)
|
||||
|
||||
### <a name="Rc-complete"></a> C.41: A constructor should create a fully initialized object
|
||||
|
||||
|
||||
Reference in New Issue
Block a user