mirror of
https://github.com/boostorg/interprocess.git
synced 2026-01-23 05:32:14 +00:00
Changes and fixes for Boost 1.37
[SVN r49277]
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
int main ()
|
||||
{
|
||||
using namespace boost::interprocess;
|
||||
shared_memory_object::remove("shared_memory");
|
||||
try{
|
||||
//Open already created shared memory object.
|
||||
shared_memory_object shm (open_only, "shared_memory", read_only);
|
||||
|
||||
Reference in New Issue
Block a user