Actions
Feature #4173
closedEliminate Name::shared_from_this
Start date:
Due date:
% Done:
100%
Estimated time:
1.00 h
Description
Name class is conventionally used as a value type, and not created as shared_ptr.
Thus, it is unnecessary to inherit from enable_shared_from_this.
Actions