mirror of
https://github.com/boostorg/interprocess.git
synced 2026-02-02 08:52:12 +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:
@@ -25,7 +25,7 @@ int main ()
|
||||
);
|
||||
|
||||
unsigned int priority;
|
||||
std::size_t recvd_size;
|
||||
message_queue::size_type recvd_size;
|
||||
|
||||
//Receive 100 numbers
|
||||
for(int i = 0; i < 100; ++i){
|
||||
|
||||
Reference in New Issue
Block a user