mirror of
https://github.com/boostorg/interprocess.git
synced 2026-01-19 04:12:13 +00:00
Fixes #255 ("Typos in Boost 1.87 documentation")
This commit is contained in:
@@ -82,7 +82,7 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
else{
|
||||
//Open managed shared memory
|
||||
managed_shared_memory segment(open_only, argv[2]);
|
||||
managed_shared_memory segment(open_only, test::get_argv_2(argv));
|
||||
|
||||
std::pair<MyType*, managed_shared_memory::size_type> res;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user