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

_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to