Content deleted Content added
→Polymorphic copy construction: corrected typo |
|||
Line 213:
public:
virtual ~AbstractShape () = default;
virtual std::unique_ptr<AbstractShape>
};
// This CRTP class implements clone() for Derived
|