forked from boostorg/container
Review all associative containers and implement a different constructor overload to avoid any unnecessary copy construction of the predicate or the allocator.
This commit is contained in:
@@ -502,6 +502,9 @@ int main()
|
||||
return 1;
|
||||
}
|
||||
|
||||
if (!boost::container::test::instantiate_constructors<flat_map<int, int>, flat_multimap<int, int> >())
|
||||
return 1;
|
||||
|
||||
////////////////////////////////////
|
||||
// Testing allocator implementations
|
||||
////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user