mirror of
https://github.com/boostorg/container.git
synced 2026-01-19 04:02:17 +00:00
Remove unneeded scope
This commit is contained in:
@@ -1546,7 +1546,6 @@ bool instantiate_constructors()
|
||||
template<typename IntMapType, typename IntMultimapType>
|
||||
bool test_heterogeneous_lookup()
|
||||
{
|
||||
{
|
||||
typedef IntMapType map_t;
|
||||
typedef IntMultimapType mmap_t;
|
||||
typedef typename map_t::value_type value_type;
|
||||
@@ -1677,7 +1676,6 @@ bool test_heterogeneous_lookup()
|
||||
return false;
|
||||
if (mmap1.erase(find_me) != 0)
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user