We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0a230b commit ef94911Copy full SHA for ef94911
1 file changed
src/patterns/behavioral/TemplateMethod.cpp
@@ -7,11 +7,9 @@
7
// (**) when you have several classes that contain almost identical algorithms with some minor differences.
8
// As a result, you might need to modify all classes when the algorithm changes.
9
// (**) when a behavior makes sense only in some classes of a class hierarchy, but not in others.
10
-// UML: docs/uml/patterns_behavioral_visitor.drawio.svg
+// UML: docs/uml/patterns_behavioral_templatemethod.drawio.svg
11
12
#include <iostream>
13
-#include <string>
14
-#include <vector>
15
16
namespace
17
{
0 commit comments