8
Thank you. But why not just init the vector std::vector vect(56) And then resize 🧐
Thank you. But why not just init the vector std::vector vect(56) And then resize 🧐
That vector constructor still requires a default constructor for the class of the object contained by the vector, so it's the same issue but different context.
The center for all discussion and news regarding C++.