mirror of
https://github.com/boostorg/interprocess.git
synced 2026-01-25 06:12:25 +00:00
Merged for Boost 1.48
[SVN r74162]
This commit is contained in:
@@ -25,15 +25,15 @@ using namespace boost::interprocess;
|
||||
typedef cached_node_allocator
|
||||
<int, managed_shared_memory::segment_manager>
|
||||
cached_node_allocator_t;
|
||||
typedef detail::cached_node_allocator_v1
|
||||
typedef ipcdetail::cached_node_allocator_v1
|
||||
<int, managed_shared_memory::segment_manager>
|
||||
cached_node_allocator_v1_t;
|
||||
|
||||
//Explicit instantiations to catch compilation errors
|
||||
template class cached_node_allocator<int, managed_shared_memory::segment_manager>;
|
||||
template class detail::cached_node_allocator_v1<int, managed_shared_memory::segment_manager>;
|
||||
template class ipcdetail::cached_node_allocator_v1<int, managed_shared_memory::segment_manager>;
|
||||
template class cached_node_allocator<void, managed_shared_memory::segment_manager>;
|
||||
template class detail::cached_node_allocator_v1<void, managed_shared_memory::segment_manager>;
|
||||
template class ipcdetail::cached_node_allocator_v1<void, managed_shared_memory::segment_manager>;
|
||||
|
||||
//Alias list types
|
||||
typedef list<int, cached_node_allocator_t> MyShmList;
|
||||
|
||||
Reference in New Issue
Block a user