On Tuesday 19 January 2016 09:29:22 Bubke Marco wrote:
> I think we should start minimal and try to layer QVector over std::vector.

We can only do that efficiently if we drop CoW. Creating an adapting API is 
easy; making sure we don't do unnecessary copies because we've lost CoW is the 
hard part.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

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

Reply via email to