mirror of
https://github.com/boostorg/container.git
synced 2025-08-03 14:34:27 +02:00
Uncomment test code
This commit is contained in:
@@ -31,7 +31,7 @@ class SimpleAllocator
|
|||||||
public:
|
public:
|
||||||
typedef Ty value_type;
|
typedef Ty value_type;
|
||||||
|
|
||||||
SimpleAllocator(int value)
|
explicit SimpleAllocator(int value)
|
||||||
: m_state(value)
|
: m_state(value)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
@@ -388,7 +388,7 @@ bool one_level_allocator_propagation_test()
|
|||||||
}
|
}
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
{/*
|
{
|
||||||
//unique assoc
|
//unique assoc
|
||||||
if(!one_level_allocator_propagation_test<FlatMap>())
|
if(!one_level_allocator_propagation_test<FlatMap>())
|
||||||
return 1;
|
return 1;
|
||||||
@@ -406,7 +406,7 @@ int main()
|
|||||||
if(!one_level_allocator_propagation_test<FlatMultiSet>())
|
if(!one_level_allocator_propagation_test<FlatMultiSet>())
|
||||||
return 1;
|
return 1;
|
||||||
if(!one_level_allocator_propagation_test<MultiSet>())
|
if(!one_level_allocator_propagation_test<MultiSet>())
|
||||||
return 1;*/
|
return 1;
|
||||||
//sequence containers
|
//sequence containers
|
||||||
if(!one_level_allocator_propagation_test<Vector>())
|
if(!one_level_allocator_propagation_test<Vector>())
|
||||||
return 1;
|
return 1;
|
||||||
|
Reference in New Issue
Block a user