C.145: add "see also" C.67 (#1460)

This commit is contained in:
beinhaerter 2019-08-01 20:19:16 +02:00 committed by Herb Sutter
parent 2895429f55
commit 71a0419a1a

View File

@ -7685,6 +7685,10 @@ You can safely access a named polymorphic object in the scope of its definition,
d.f(); // OK
}
##### See also
[A polymorphic class should suppress copying](#Rc-copy-virtual)
##### Enforcement
Flag all slicing.