diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index d14586d56..eabfb0e9d 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -4993,11 +4993,10 @@ There is a lot of code that is non-specific about ownership. ##### Example - class LegacyClass + class legacy_class { - Foo* m_owningPtr; - Bar* m_observerPtr; - // ... + foo* m_owning; + bar* m_observer; } The only way to determine ownership may be to dig through the code to look for diff --git a/scripts/hunspell/isocpp.dic b/scripts/hunspell/isocpp.dic index f9d366cbb..a60cc33b3 100644 --- a/scripts/hunspell/isocpp.dic +++ b/scripts/hunspell/isocpp.dic @@ -286,7 +286,7 @@ Lakos Lakos96 Lavavej LCSD05 -LegacyClass +legacy_class lifecycle *life-time linearization @@ -302,8 +302,8 @@ lvalues m1 m2 m3 -m_owningPtr; -m_observerPtr; +m_owning; +m_observer; macros2 malloc mallocfree