mirror of
https://github.com/boostorg/interprocess.git
synced 2026-01-19 16:22:19 +00:00
Fixes #255 ("Typos in Boost 1.87 documentation")
This commit is contained in:
@@ -69,7 +69,7 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
else{ //Child process
|
||||
//Open the managed segment
|
||||
managed_shared_memory segment(open_only, argv[2]);
|
||||
managed_shared_memory segment(open_only, test::get_argv_2(argv));
|
||||
|
||||
//Find the vector using the c-string name
|
||||
MyVector *myvector = segment.find<MyVector>("MyVector").first;
|
||||
|
||||
Reference in New Issue
Block a user