Subject: [Boost-bugs] [Boost C++ Libraries] #12392: boost::iostreams::mapped_file fails during creating file with zero length
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-08-15 07:09:07
#12392: boost::iostreams::mapped_file fails during creating file with zero length
------------------------------+-----------------------
Reporter: surtaevm@⦠| Owner: turkanis
Type: Bugs | Status: new
Milestone: To Be Determined | Component: iostreams
Version: Boost 1.60.0 | Severity: Problem
Keywords: |
------------------------------+-----------------------
example
[[BR]]
{{{
boost::iostreams::mapped_file_params par;
boost::iostreams::mapped_file file;
par.path = 'some.file';
par.offset = 0;
par.new_file_size = 0;
file.open(par);
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/12392> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:20 UTC