mirror of
https://github.com/boostorg/beast.git
synced 2025-07-29 20:37:31 +02:00
@ -1,3 +1,9 @@
|
||||
Version 77:
|
||||
|
||||
* file_posix works without large file support
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
Version 76:
|
||||
|
||||
* Always go through write_some
|
||||
|
@ -208,8 +208,6 @@ size(error_code& ec) const
|
||||
ec.assign(errc::invalid_argument, generic_category());
|
||||
return 0;
|
||||
}
|
||||
BOOST_STATIC_ASSERT(
|
||||
sizeof(stat::st_size) == sizeof(std::uint64_t));
|
||||
struct stat st;
|
||||
if(::fstat(fd_, &st) != 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user