PDA

View Full Version : QSharedPointer vs Boost::tr1::shared_ptr()



photo_tom
11th March 2010, 15:10
Our team is looking to standardize use of smart pointers. In reviewing the documentation, it appears that the Qt and the boost::tr1 implemenation are almost identical.

If they are identical, then we would probalby go with the tr1 implementation for code portablity. Can anyone share what differences there are?

wysota
11th March 2010, 16:48
If you are using Qt in your application anyway then portability is not an issue.