Seeing as C++11 supports move semantics, when initializing data members from arguments, should we attempt to move the value instead of copying it?Seeing as C++11 supports move semantics, when i
Seeing as C++11 supports move semantics, when initializing data members from arguments, should we attempt to move the value instead of copying it?Seeing as C++11 supports move semantics, when i