$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [iostreams] Memory mapped file resize
From: Vitaly Budovski (vbudovski+news_at_[hidden])
Date: 2012-05-22 03:36:08
Hello,
It appears that the implementation of mapped_file in iostreams does
have a resize method, but it isn't documented. If I'm going to be
resizing a mapped_file_sink, are there any issues I need to be aware
of? Particularly around the use of iterators.
Thanks.