I have a class containing a vector of unique_ptr as attribute:
class C1 { public: void addInVec(unique_ptr elem) { vec.push_back(std::mov