Subject: Re: [boost] [interprocess::file_mapping] Please add resize method
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2011-07-20 17:11:54


El 12/07/2011 12:24, Dmytro Ovdiienko escribió:
> Attached.
> Also there is one more bug. You did not do set_end_of_file in the if block.

Sorry, for the delay, I was on holidays. Regarding zero-fill, I need to
do that because POSIX guarantees this. I'm trying to achieve portable
behaviour. Unless windows guarantees to read zeros after SetEndOfFile.

Best,

Ion