Curiously recurring template pattern: Difference between revisions

Content deleted Content added
m Task 70: Update syntaxhighlight tags - remove use of deprecated <source> tags
Adding move constructor to list of protected functions of Shape to imply inheritance requirement; happy to be overruled.
Line 228:
Shape() = default;
Shape(const Shape&) = default;
Shape(Shape&&) = default;
};