[Development] Question about QCoreApplicationData::*_libpaths

Matthew Woehlke mwoehlke.floss at gmail.com
Tue Jan 19 17:59:12 CET 2016


On 2016-01-19 07:50, Marc Mutz wrote:
> Status quo in libraries equals bit-rot. The containers are _not_ "good 
> enough". E.g. QVector seriously needs to support move-only types (like 
> unique_ptr) in a C++11 world. Oops... it never will... it's CoWed...

How do STL containers deal with this? I guess they just can't be copied?
Why can't Qt containers do likewise?

-- 
Matthew




More information about the Development mailing list