mirror of
https://github.com/boostorg/container.git
synced 2026-01-25 08:42:34 +01:00
Re-enable full node_allocator testing
This commit is contained in:
@@ -52,21 +52,21 @@ int main ()
|
||||
{
|
||||
if(test::list_test<MyList, true>())
|
||||
return 1;
|
||||
//if(test::list_test<MyOList, true>())
|
||||
//return 1;
|
||||
if(test::list_test<MyOList, true>())
|
||||
return 1;
|
||||
if(test::list_test<MyListV1, true>())
|
||||
return 1;
|
||||
//if(test::list_test<MyOListV1, true>())
|
||||
//return 1;
|
||||
if(test::list_test<MyOListV1, true>())
|
||||
return 1;
|
||||
|
||||
if(test::vector_test<MyVector>())
|
||||
return 1;
|
||||
//if(test::vector_test<MyOVector>())
|
||||
//return 1;
|
||||
if(test::vector_test<MyOVector>())
|
||||
return 1;
|
||||
if(test::vector_test<MyVectorV1>())
|
||||
return 1;
|
||||
//if(test::vector_test<MyOVectorV1>())
|
||||
//return 1;
|
||||
if(test::vector_test<MyOVectorV1>())
|
||||
return 1;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user