On Saturday, 27 October 2018 13:07:40 PDT Lars Knoll wrote: > No need. He’s right. A move constructor only works with a non const value, > as it needs to modify the object. One thing to check however for our > containers is how much more expensive the copy is (compared to the move).
Two atomic operations. https://stackoverflow.com/questions/2538070/atomic-operation-cost https://stackoverflow.com/questions/34660376/atomic-fetch-add-vs-add-performance etc. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
