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:
@@ -106,7 +106,7 @@ int main(int argc, char *argv[])
|
||||
#endif
|
||||
//->
|
||||
|
||||
std::pair<MyType*, std::size_t> res;
|
||||
std::pair<MyType*, managed_shared_memory::size_type> res;
|
||||
|
||||
//Find the array
|
||||
res = segment.find<MyType> ("MyType array");
|
||||
|
||||
Reference in New Issue
Block a user