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