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:
@@ -31,7 +31,7 @@ struct eraser
|
||||
}
|
||||
};
|
||||
|
||||
typedef detail::managed_open_or_create_impl<shared_memory_object> shared_memory;
|
||||
typedef ipcdetail::managed_open_or_create_impl<shared_memory_object> shared_memory;
|
||||
|
||||
//This wrapper is necessary to have a common constructor
|
||||
//in generic named_creation_template functions
|
||||
|
||||
Reference in New Issue
Block a user