mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 20:54:41 +03:00
very minor typo
testing
This commit is contained in:
@@ -6961,13 +6961,13 @@ or various bases from boost.intrusive (e.g. `list_base_hook` or `intrusive_ref_c
|
|||||||
|
|
||||||
class Derive1 : public Interface, virtual protected Utility {
|
class Derive1 : public Interface, virtual protected Utility {
|
||||||
// overrride Iterface functions
|
// overrride Iterface functions
|
||||||
// Maybe overrid Utility virtual functions
|
// Maybe override Utility virtual functions
|
||||||
// ...
|
// ...
|
||||||
};
|
};
|
||||||
|
|
||||||
class Derive2 : public Interface, virtual protected Utility {
|
class Derive2 : public Interface, virtual protected Utility {
|
||||||
// overrride Iterface functions
|
// overrride Iterface functions
|
||||||
// Maybe overrid Utility virtual functions
|
// Maybe override Utility virtual functions
|
||||||
// ...
|
// ...
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user