[trac537] Use auto_ptr instead of shared_ptr
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).
Showing
Please register or sign in to comment