Closed masbug closed 12 months ago
This should be vec.reserve not vec.resize: https://github.com/felixguendling/cista/blob/f1a9c46feb311e5d0894f8eee3d400123e32cd4f/test/std_vector_test.cc#L50C8-L50C8
Otherwise the resulting vector is doubled in size.
Fixed. Thank you! :)
This should be vec.reserve not vec.resize: https://github.com/felixguendling/cista/blob/f1a9c46feb311e5d0894f8eee3d400123e32cd4f/test/std_vector_test.cc#L50C8-L50C8
Otherwise the resulting vector is doubled in size.