mirror of
https://github.com/boostorg/interprocess.git
synced 2026-01-19 04:12:13 +00:00
* Erased containers now that Boost.Container is accepted
* Changed "detail" namespace to "ipcdetail" due to compilation errors in MSVC compilers and wrong ambiguous resolutions. * Added locking timeout macro to avoid deadlocks [SVN r74084]
This commit is contained in:
@@ -17,7 +17,7 @@ typedef managed_shared_memory::segment_manager segment_manager_t;
|
||||
|
||||
int main ()
|
||||
{
|
||||
typedef detail::private_node_pool
|
||||
typedef ipcdetail::private_node_pool
|
||||
<segment_manager_t, 4, 64> node_pool_t;
|
||||
|
||||
if(!test::test_all_node_pool<node_pool_t>())
|
||||
|
||||
Reference in New Issue
Block a user