On Tuesday 19 January 2016 13:00:46 Matthew Woehlke wrote:
> >> - not requiring op= / default ctor in QVector
> > 
> > Not interesting to me.
> 
> What about immutable types? I think this is worthwhile...

I don't. It's possible, but I don't have an interest in supporting this.

> >> - move-only payload types (hard with CoW)
> > 
> > Ditto.
> 
> Per above, I would *definitely* like to see this in Qt. (Also, movable
> QScopedPointer...)

Use unique_ptr instead. QScopedPointer should not leave the scope, as its name 
implies.

-- 
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