mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +03:00
Obsolete question marks
This commit is contained in:
@@ -9797,7 +9797,7 @@ Similar for `Vector<string>::sort()`.
|
||||
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.
|
||||
|
||||
**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**:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user