Fixes #255 ("Typos in Boost 1.87 documentation")

This commit is contained in:
Ion Gaztañaga
2025-04-14 23:14:24 +02:00
parent 3a0247acdb
commit 499225d12e
7 changed files with 13 additions and 6 deletions

View File

@@ -47,7 +47,7 @@ int main(int argc, char *argv[])
}
else{
//Open already created shared memory object.
windows_shared_memory shm (open_only, argv[2], read_only);
windows_shared_memory shm (open_only, test::get_argv_2(argv), read_only);
//Map the whole shared memory in this process
mapped_region region(shm, read_only);