diff --git a/test/adaptive_pool_test.cpp b/test/adaptive_pool_test.cpp index 51c259f..0ec80a7 100644 --- a/test/adaptive_pool_test.cpp +++ b/test/adaptive_pool_test.cpp @@ -19,8 +19,7 @@ using namespace boost::container; typedef test::overaligned_copyable_int oint_t; -//We will work with wide characters for shared memory objects -//Alias an adaptive pool that allocates ints +//Alias adaptive pools that allocates ints typedef adaptive_pool adapt_node_allocator_t; typedef adaptive_pool adapt_onode_allocator_t; @@ -34,10 +33,7 @@ namespace container { template class adaptive_pool; template class adaptive_pool; -//template class adaptive_pool; -//template class adaptive_pool; - -}} +}} //boost::container //Alias list types typedef boost::container::list MyList;