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:
Victor A. Wagner Jr.
2005-04-25 10:01:07 +00:00
parent e916a62709
commit 3087d16eef

View File

@@ -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);
}