mirror of
https://github.com/boostorg/container.git
synced 2026-01-19 04:02:17 +00:00
Default initialization for vector-like containers
Complexity guarantees for associative container constructors and ordered input ranges Added benchmark for associative containers Fixes #9166 [SVN r85964]
This commit is contained in:
@@ -151,6 +151,10 @@ int main()
|
||||
return 1;
|
||||
if(test_expand_bwd())
|
||||
return 1;
|
||||
if(!test::default_init_test< vector<int, test::default_init_allocator<int> > >()){
|
||||
std::cerr << "Default init test failed" << std::endl;
|
||||
return 1;
|
||||
}
|
||||
|
||||
MyEnumVector v;
|
||||
Test t;
|
||||
|
||||
Reference in New Issue
Block a user