mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Support for boost 1.71:
* replace boost::beast::detail::iequals with boost::iequals * replace deprecated `buffers` function with `make_printable` * replace boost::beast::detail::ascii_tolower with lambda * add missing includes
This commit is contained in:
@@ -749,7 +749,7 @@ class ServerStatus_test :
|
||||
Json::Reader jr;
|
||||
if(! BEAST_EXPECT(jr.parse(
|
||||
boost::lexical_cast<std::string>(
|
||||
boost::beast::buffers(sb.data())), resp)))
|
||||
boost::beast::make_printable(sb.data())), resp)))
|
||||
return Json::objectValue;
|
||||
sb.consume(sb.size());
|
||||
return resp;
|
||||
|
||||
Reference in New Issue
Block a user