Changes and fixes for Boost 1.37

[SVN r49323]
This commit is contained in:
Ion Gaztañaga
2008-10-13 19:39:47 +00:00
parent e1cd391001
commit a4b0d3066c
41 changed files with 1536 additions and 206 deletions

View File

@@ -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{