News

to proceed through each object in the vector and call a member function of that object. It's not working. I could get around it by using the [] accessor, but I would like to understand what it is ...
Any ideas? STL Vector does use placement new under the hood, but that doesn't solve the OP's issue of redundant copy operations when you assign the newly constructed actual elements to the Vector ...