mirror of
https://github.com/boostorg/interprocess.git
synced 2026-01-19 04:12:13 +00:00
Add shared_node_pool to pool testing.
This commit is contained in:
@@ -22,5 +22,11 @@ int main ()
|
||||
if(!test::test_all_node_pool<node_pool_t>())
|
||||
return 1;
|
||||
|
||||
typedef ipcdetail::shared_node_pool
|
||||
<segment_manager_t, 4, 64> shared_node_pool_t;
|
||||
|
||||
if(!test::test_all_node_pool<shared_node_pool_t>())
|
||||
return 1;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user