vector: change construct helper to always construct elements at end
This is the only possible use case for this function. Calling construct with index other than size() would result in calling constructors on already initialized memory.
parent
097cb272
Please register or sign in to comment