mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 04:44:34 +03:00
make hunspell happy
This commit is contained in:
@@ -2160,7 +2160,7 @@ are often filled in by name at the call site.
|
|||||||
|
|
||||||
##### Reason
|
##### Reason
|
||||||
|
|
||||||
Abstract classes that are empty (have no nonstatic member data) are more likely to be stable than base classes with state.
|
Abstract classes that are empty (have no non-static member data) are more likely to be stable than base classes with state.
|
||||||
|
|
||||||
##### Example, bad
|
##### Example, bad
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user