mirror of
https://github.com/boostorg/iostreams.git
synced 2026-02-22 15:32:20 +00:00
Deleted - an extraneous \r at the end of lines which causes vc8.0 to mistake the
files for some created on the Mac (apparently a HENIOUS crime which is intolerable
to those at Microsoft and which must be considered an error)
Changed - the version of python mentioned specifically from 2.3 to 2.4
[SVN r28471]
This commit is contained in:
@@ -90,7 +90,7 @@ struct mapped_file_impl {
|
||||
};
|
||||
|
||||
} // End namespace detail.
|
||||
|
||||
|
||||
//------------------Definition of mapped_file_source--------------------------//
|
||||
|
||||
mapped_file_source::mapped_file_source(mapped_file_params p) { open(p); }
|
||||
@@ -101,14 +101,14 @@ mapped_file_source::mapped_file_source( const std::string& path,
|
||||
{ open(path, length, offset); }
|
||||
|
||||
void mapped_file_source::open(mapped_file_params p)
|
||||
{
|
||||
{
|
||||
p.mode &= ~BOOST_IOS::out;
|
||||
open_impl(p);
|
||||
open_impl(p);
|
||||
}
|
||||
|
||||
void mapped_file_source::open( const std::string& path, size_type length,
|
||||
boost::intmax_t offset )
|
||||
{
|
||||
{
|
||||
open_impl(p);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user