-
Michal 'vorner' Vaner authored
In some cases, these variables will live only inside one instance and will never be copied/shared. Therefore using shared_ptr is unnecessary overhead (allocation of the count object, etc).
d1971c14
In some cases, these variables will live only inside one instance and will never be copied/shared. Therefore using shared_ptr is unnecessary overhead (allocation of the count object, etc).