<div style="white-space:pre-wrap">Hi<br><br>Do we need move constructors for our Reference classes? Or will the compiler currently generate them automatically? <br><br>Also , do we need to write specializations of std::move for moving our References and collections of References around?<br><br>Asking because I converted some data structures to be things like:<br>  std::vector<Reference<x>><br>And now I wondering if that might not be all that efficient. <br><br>Regards, Noel. </div>