From d26e35d4681acf1732a386fcfb290a787dfeace6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Mon, 9 Sep 2024 00:42:05 +0200 Subject: [PATCH] Fix typos, unneded empty lines --- test/map_test.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/map_test.hpp b/test/map_test.hpp index dd3ecc9d..f079a481 100644 --- a/test/map_test.hpp +++ b/test/map_test.hpp @@ -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){