mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Update to use latest beast
This commit is contained in:
@@ -93,13 +93,13 @@ public:
|
||||
stack_.top().type = ct;
|
||||
}
|
||||
|
||||
void output (boost::string_ref const& bytes)
|
||||
void output (beast::string_view const& bytes)
|
||||
{
|
||||
markStarted ();
|
||||
output_ (bytes);
|
||||
}
|
||||
|
||||
void stringOutput (boost::string_ref const& bytes)
|
||||
void stringOutput (beast::string_view const& bytes)
|
||||
{
|
||||
markStarted ();
|
||||
std::size_t position = 0, writtenUntil = 0;
|
||||
|
||||
Reference in New Issue
Block a user