Revert accidental commit

This commit is contained in:
Ion Gaztañaga
2024-05-21 14:11:30 +02:00
parent 59d760c08b
commit 292bab35c6
26 changed files with 359 additions and 712 deletions
+2 -2
View File
@@ -193,10 +193,10 @@ int main()
if(!test_swap())
return 1;
if (test::vector_test< small_vector<int, 0> >())
if(test::vector_test< small_vector<int, 0> >())
return 1;
if (test::vector_test< small_vector<int, 2000> >())
if(test::vector_test< small_vector<int, 2000> >())
return 1;
if (test_cont_variants< new_allocator<void> >())