mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Tidying and fix warnings
This commit is contained in:
@@ -478,10 +478,9 @@ write(SyncWriteStream& stream,
|
||||
cv.notify_one();
|
||||
}};
|
||||
auto copy = resume;
|
||||
boost::tribool result;
|
||||
result = wp.w(std::move(copy), ec,
|
||||
detail::writef0_lambda<SyncWriteStream, decltype(wp.sb)>{
|
||||
stream, wp.sb, wp.chunked, ec});
|
||||
boost::tribool result = wp.w(std::move(copy),
|
||||
ec, detail::writef0_lambda<SyncWriteStream,
|
||||
decltype(wp.sb)>{stream, wp.sb, wp.chunked, ec});
|
||||
if(ec)
|
||||
return;
|
||||
if(boost::indeterminate(result))
|
||||
|
||||
Reference in New Issue
Block a user