[Development] Question about QCoreApplicationData::*_libpaths
Kevin Kofler
kevin.kofler at chello.at
Wed Jan 20 22:31:32 CET 2016
Marc Mutz wrote:
> I doubt many people actively use the fact that Qt containers are cheap to
> copy.
Count me as a person who does (and not only for the obvious return value
case, where compiler optimizations or move semantics might possibly help).
For example, I have written a parser where the whole sharing of parse
subtrees is based on implicitly-shared data structures.
Kevin Kofler
More information about the Development
mailing list