Case 2: std::vector<T> v(100, t); f(std::move(v)); v.resize(120);. Is it correct? It is not an assignment, but resize has no preconditions.
確定! 回上一頁