mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
Fix <a> closing tag
This commit is contained in:
parent
5452b119c5
commit
e279f3b1bd
|
@ -4737,7 +4737,7 @@ not using this (over)general interface in favor of a particular interface found
|
|||
* Warn on any class that contains data members and also has an overridable (non-`final`) virtual function.
|
||||
|
||||
|
||||
<a name="Rh-separation"></a?
|
||||
<a name="Rh-separation"></a>
|
||||
### C.122: Use abstract classes as interfaces when complete separation of interface and implementation is needed
|
||||
|
||||
**Reason**: Such as on an ABI (link) boundary.
|
||||
|
|
Loading…
Reference in New Issue
Block a user