You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
panikgit
changed the title
Suggestion: In CRTP example, make impl method private in the derived class
Suggestion: In the CRTP example, make impl method private in the derived class
Aug 15, 2022
Method
do_something_impl
isprivate
in the base class andpublic
in the derived classfoo
.CppPatterns-Patterns/common-tasks/classes/delegate-behavior-to-derived-classes.cpp
Lines 21 to 28 in a222c84
For consistency, make
do_something_impl
private.The text was updated successfully, but these errors were encountered: