Let's =default to avoid an out of line definition question

This commit is contained in:
hsutter 2018-06-18 11:26:40 -07:00
parent aa645b0372
commit 28e9f02550

View File

@ -2122,7 +2122,7 @@ This will force every derived class to compute a center -- even if that's non-tr
// ...
// ... no data members ...
// ...
virtual ~Shape() = 0;
virtual ~Shape() = default;
};
##### Enforcement