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
-9
View File
@@ -557,15 +557,6 @@ int main ()
std::cout << "Error in map_test<new_allocator<void>, red_black_tree>" << std::endl;
return 1;
}
if (0 != test::map_test
< GetAllocatorMap<new_allocator<void>, red_black_tree>::apply<test::moveconstruct_int>::map_type
, MyStdMap
, GetAllocatorMap<new_allocator<void>, red_black_tree>::apply<test::moveconstruct_int>::multimap_type
, MyStdMultiMap>()) {
std::cout << "Error in map_test<new_allocator<void>, red_black_tree>" << std::endl;
return 1;
}
}
////////////////////////////////////