Is it good practice to pass scoped_ptr by reference (from one method to another inside a class)?
- by eriks
Or if i need to do that, than i should just use shared_ptr?
I know i have many questions regarding smart pointer - i still don't quite understand when to use which smart pointer.