mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
Obsolete question marks
This commit is contained in:
parent
452f587a4d
commit
78b66f4eae
|
@ -9797,7 +9797,7 @@ Similar for `Vector<string>::sort()`.
|
||||||
Unless those two functions are called that's code bloat.
|
Unless those two functions are called that's code bloat.
|
||||||
Imagine what this would do to a class hierarchy with dozens of member functions and dozens of derived classes with many instantiations.
|
Imagine what this would do to a class hierarchy with dozens of member functions and dozens of derived classes with many instantiations.
|
||||||
|
|
||||||
**Note**: In many cases you can provide a stable interface by not parameterizing a base; see [???](#Rt-abi).
|
**Note**: In many cases you can provide a stable interface by not parameterizing a base; see [Rule](#Rt-abi).
|
||||||
|
|
||||||
**Enforcement**:
|
**Enforcement**:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user