mirror of
https://github.com/boostorg/interprocess.git
synced 2026-01-27 06:52:13 +00:00
Changes and fixes for Boost 1.37
[SVN r49323]
This commit is contained in:
@@ -25,7 +25,7 @@ struct list_node
|
||||
int main ()
|
||||
{
|
||||
//Destroy any previous shared memory with the name to be used.
|
||||
//Create an special shared memory from which we can
|
||||
//Create a special shared memory from which we can
|
||||
//allocate buffers of raw memory.
|
||||
shared_memory_object::remove("MySharedMemory");
|
||||
try{
|
||||
|
||||
Reference in New Issue
Block a user