mirror of
https://github.com/boostorg/interprocess.git
synced 2026-01-19 16:22:19 +00:00
Changes and fixes for Boost 1.37
[SVN r49277]
This commit is contained in:
@@ -30,7 +30,7 @@ int main()
|
||||
//We optimize resources to create 100 named objects in the static buffer
|
||||
objects_in_static_memory.reserve_named_objects(100);
|
||||
|
||||
//Alias a integer node allocator type
|
||||
//Alias an integer node allocator type
|
||||
//This allocator will allocate memory inside the static buffer
|
||||
typedef allocator<int, wmanaged_external_buffer::segment_manager>
|
||||
allocator_t;
|
||||
|
||||
Reference in New Issue
Block a user