mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Fix warnings and compile errors
This commit is contained in:
@@ -32,7 +32,7 @@ public:
|
||||
basic_message m;
|
||||
basic_message::parser p (m, true);
|
||||
auto result (p.write (boost::asio::buffer(text)));
|
||||
auto result2 (p.eof());
|
||||
p.eof();
|
||||
return std::make_pair (std::move(m), result.first);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user