Skip to content

Commit

Permalink
Verified works with Boost 1.58
Browse files Browse the repository at this point in the history
  • Loading branch information
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) committed Apr 18, 2015
1 parent 28343a5 commit f5bde9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion doc/release_notes.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,12 @@ explicitly closed, the async_io_handle destructor must synchronously close)


[/=================]
[heading Boost 1.57 AFIO v1.31 master branch]
[heading Boost 1.58 AFIO v1.31 18th April 2015]
[/=================]

* Added Appveyor CI support which complements the Travis CI support.

* Verified as working with Boost 1.58 release.

[/=================]
[heading Boost 1.57 AFIO v1.30 18th March 2015]
Expand Down
2 changes: 1 addition & 1 deletion example/filecopy_example.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ namespace {
off_t bytes=ih.get()->direntry(metadata_flags::size).st_size();
// Push the offset to write at, amount to write, and a scratch buffer
offsets.push_back(std::make_tuple(offset, bytes,
std::make_unique<file_buffer_type>(chunk_size)));
detail::make_unique<file_buffer_type>(chunk_size)));
offset+=bytes;
}
// Schedule resizing output to correct size, retrieving errors
Expand Down

0 comments on commit f5bde9c

Please sign in to comment.