Fix typos, unneded empty lines

This commit is contained in:
Ion Gaztañaga
2024-09-09 00:42:05 +02:00
parent 69136f9967
commit d26e35d468

View File

@@ -109,7 +109,7 @@ int map_move_assignable_only(boost::container::dtl::true_type)
MyBoostMap& boostmap2 = *pboostmap2;
MyStdMap& stdmap2 = *pstdmap2;
/* fix assignable */
// fix assignable
{
IntType i0(0);
IntType i1(1);
@@ -378,8 +378,6 @@ int map_test_step(MyBoostMap &, MyStdMap &, MyBoostMultiMap &, MyStdMultiMap &)
if(!CheckEqualContainers(boostmap2, stdmap2)) return 1;
if(!CheckEqualContainers(boostmultimap2, stdmultimap2)) return 1;
//ordered range insertion
//This is really nasty, but we have no other simple choice
for(int i = 0; i < MaxElem; ++i){