all vector tests pass

This commit is contained in:
hugogogo
2022-06-17 01:20:46 +02:00
parent da4ebc13fd
commit df6332b496
2 changed files with 235 additions and 280 deletions

View File

@@ -28,13 +28,13 @@ int main() {
tests_vector_push_back();
tests_vector_pop_back();
tests_vector_insert();
// tests_vector_erase();
// tests_vector_swap();
// tests_vector_clear();
// tests_vector_get_allocator();
// tests_vector_relational_operators();
// tests_vector_swap_non_member();
// tests_vector_reverse_iterators();
tests_vector_erase();
tests_vector_swap();
tests_vector_clear();
tests_vector_get_allocator();
tests_vector_relational_operators();
tests_vector_swap_non_member();
tests_vector_reverse_iterators();
// MAP
// tests_map_constructor();