mirror of
https://github.com/boostorg/interprocess.git
synced 2026-01-19 04:12:13 +00:00
Interprocess changes to support systems with filesystem-based shared memory
[SVN r41197]
This commit is contained in:
@@ -79,6 +79,7 @@ int main ()
|
||||
catch(std::exception &ex){
|
||||
shared_memory_object::remove(ShmName);
|
||||
std::cout << ex.what() << std::endl;
|
||||
return 1;
|
||||
}
|
||||
shared_memory_object::remove(ShmName);
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user