Skip to content

Commit

Permalink
Fix typos, unneded empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
igaztanaga committed Sep 8, 2024
1 parent 69136f9 commit d26e35d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/map_test.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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){
Expand Down

0 comments on commit d26e35d

Please sign in to comment.