mirror of
https://github.com/boostorg/container.git
synced 2025-08-02 05:54:28 +02:00
Fix typos, unneded empty lines
This commit is contained in:
@@ -109,7 +109,7 @@ int map_move_assignable_only(boost::container::dtl::true_type)
|
|||||||
MyBoostMap& boostmap2 = *pboostmap2;
|
MyBoostMap& boostmap2 = *pboostmap2;
|
||||||
MyStdMap& stdmap2 = *pstdmap2;
|
MyStdMap& stdmap2 = *pstdmap2;
|
||||||
|
|
||||||
/* fix assignable */
|
// fix assignable
|
||||||
{
|
{
|
||||||
IntType i0(0);
|
IntType i0(0);
|
||||||
IntType i1(1);
|
IntType i1(1);
|
||||||
@@ -378,8 +378,6 @@ int map_test_step(MyBoostMap &, MyStdMap &, MyBoostMultiMap &, MyStdMultiMap &)
|
|||||||
if(!CheckEqualContainers(boostmap2, stdmap2)) return 1;
|
if(!CheckEqualContainers(boostmap2, stdmap2)) return 1;
|
||||||
if(!CheckEqualContainers(boostmultimap2, stdmultimap2)) return 1;
|
if(!CheckEqualContainers(boostmultimap2, stdmultimap2)) return 1;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//ordered range insertion
|
//ordered range insertion
|
||||||
//This is really nasty, but we have no other simple choice
|
//This is really nasty, but we have no other simple choice
|
||||||
for(int i = 0; i < MaxElem; ++i){
|
for(int i = 0; i < MaxElem; ++i){
|
||||||
|
Reference in New Issue
Block a user