23.08.2012, 13:19, "Thiago Macieira" <[email protected]>: > On quinta-feira, 23 de agosto de 2012 13.10.27, Konstantin Tokarev wrote: > >> I think this idea is more applicable to smart pointers (like QSharedPointer >> and QSharedDataPointer). GC would be able to move their data without >> breaking user code (unless somebody stores value of raw pointer somewhere >> which already may be considered bad practice). > > That implies thread-unsafety.
Add QManagedPointer (thread-unsafe) There is a lot of software doing most of work in the same thread, so it still can be useful. -- Regards, Konstantin _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
