mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 04:44:34 +03:00
C.145: add "see also" C.67 (#1460)
This commit is contained in:
@@ -7685,6 +7685,10 @@ You can safely access a named polymorphic object in the scope of its definition,
|
|||||||
d.f(); // OK
|
d.f(); // OK
|
||||||
}
|
}
|
||||||
|
|
||||||
|
##### See also
|
||||||
|
|
||||||
|
[A polymorphic class should suppress copying](#Rc-copy-virtual)
|
||||||
|
|
||||||
##### Enforcement
|
##### Enforcement
|
||||||
|
|
||||||
Flag all slicing.
|
Flag all slicing.
|
||||||
|
|||||||
Reference in New Issue
Block a user