Hi Do we need move constructors for our Reference classes? Or will the compiler currently generate them automatically?
Also , do we need to write specializations of std::move for moving our References and collections of References around? Asking because I converted some data structures to be things like: std::vector<Reference<x>> And now I wondering if that might not be all that efficient. Regards, Noel.
_______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice