mirror of
https://github.com/boostorg/interprocess.git
synced 2026-01-19 04:12:13 +00:00
Changes to allow interoperability between 64 and 32 processes. Pointer type is a customization of all templated code size_type's and difference_type's.
[SVN r70069]
This commit is contained in:
@@ -76,7 +76,7 @@ int main()
|
||||
}
|
||||
|
||||
//Allocate 10 buffers of different sizes in a single call. Throwing version
|
||||
std::size_t sizes[10];
|
||||
managed_shared_memory::size_type sizes[10];
|
||||
for(std::size_t i = 0; i < 10; ++i)
|
||||
sizes[i] = i*3;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user