Code review comment for lp:~dandrader/unity8/fixOrientedShellTests

Revision history for this message
Daniel d'Andrada (dandrader) wrote :

> Also,
> https://techbase.kde.org/Development/Tutorials/Common_Programming_Mistakes
> #Passing_non-POD_types has some more info on the topic

This applies if you're not using C++11, where you don't have move constructors and move semantics.

« Back to merge proposal