mirror of
https://github.com/boostorg/container.git
synced 2026-01-25 16:52:48 +01:00
Fixes #280 ("Several containers don't support non-movable types when move assigning")
This commit is contained in:
@@ -193,10 +193,10 @@ int main()
|
||||
if(!test_swap())
|
||||
return 1;
|
||||
|
||||
if(test::vector_test< small_vector<int, 0> >())
|
||||
if (test::vector_test< small_vector<int, 0> >())
|
||||
return 1;
|
||||
|
||||
if(test::vector_test< small_vector<int, 2000> >())
|
||||
if (test::vector_test< small_vector<int, 2000> >())
|
||||
return 1;
|
||||
|
||||
if (test_cont_variants< new_allocator<void> >())
|
||||
|
||||
Reference in New Issue
Block a user