[Development] Question about QCoreApplicationData::*_libpaths
Thiago Macieira
thiago.macieira at intel.com
Wed Jan 20 22:25:08 CET 2016
On Wednesday 20 January 2016 13:17:35 Thiago Macieira wrote:
> return s; // move-construction
> "steals" buffer }
>
> QtTools::String<Unsharable> s = foo(); // move-construction attempts to
> steal
And in case the consequence isn't clear from the comment: the *stealing*
prevents us from using actual std::vector for being the backend of our
containers, not without having the double indirection the first part of the
email talked about.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
More information about the Development
mailing list